]> granicus.if.org Git - file/commitdiff
better lisp detection
authorChristos Zoulas <christos@zoulas.com>
Thu, 3 May 2007 17:58:28 +0000 (17:58 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 3 May 2007 17:58:28 +0000 (17:58 +0000)
magic/Magdir/lisp

index c72b06cba662144dc1fac27261129e11ed990c72..628f02dfe0c3f87e49340038a811cb606300a9a7 100644 (file)
 # lisp files are mainly created on unix system with LF as line end
 >2     search/2048     !\r             Lisp/Scheme program text
 >2     search/2048     \r              Windows INF file
-0      string  (                       
->1     string  if\                     Lisp/Scheme program text
->1     string  setq\                   Lisp/Scheme program text
->1     string  defvar\                 Lisp/Scheme program text
->1     string  autoload\               Lisp/Scheme program text
->1     string  custom-set-variables    Lisp/Scheme program text
+
+0      search/256      (if\                    Lisp/Scheme program text
+0      search/256      (setq\                  Lisp/Scheme program text
+0      search/256      (defvar\                Lisp/Scheme program text
+0      search/256      (defparam\              Lisp/Scheme program text
+0      search/256      (defun\                 Lisp/Scheme program text
+0      search/256      (autoload\              Lisp/Scheme program text
+0      search/256      (custom-set-variables\  Lisp/Scheme program text
 
 # Emacs 18 - this is always correct, but not very magical.
 0      string  \012(                   Emacs v18 byte-compiled Lisp data