]> granicus.if.org Git - file/commitdiff
extend the search to 4K because there are files with a lot of comments.
authorChristos Zoulas <christos@zoulas.com>
Mon, 30 Mar 2009 14:17:13 +0000 (14:17 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 30 Mar 2009 14:17:13 +0000 (14:17 +0000)
magic/Magdir/lisp

index 60b740a86a7aac2fef1ce56bbcb00b58427faf8c..c6f31dae4238161781257edd0242dc59604af82e 100644 (file)
@@ -8,22 +8,22 @@
 #0     string  ;;                      
 # windows INF files often begin with semicolon and use CRLF as line end
 # 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
+#>2    search/4096     !\r             Lisp/Scheme program text
+#>2    search/4096     \r              Windows INF file
 
-0      search/256      (if\                    Lisp/Scheme program text
+0      search/4096     (if\                    Lisp/Scheme program text
 !:mime text/x-lisp
-0      search/256      (setq\                  Lisp/Scheme program text
+0      search/4096     (setq\                  Lisp/Scheme program text
 !:mime text/x-lisp
-0      search/256      (defvar\                Lisp/Scheme program text
+0      search/4096     (defvar\                Lisp/Scheme program text
 !:mime text/x-lisp
-0      search/256      (defparam\              Lisp/Scheme program text
+0      search/4096     (defparam\              Lisp/Scheme program text
 !:mime text/x-lisp
-0      search/256      (defun\                 Lisp/Scheme program text
+0      search/4096     (defun\                 Lisp/Scheme program text
 !:mime text/x-lisp
-0      search/256      (autoload\              Lisp/Scheme program text
+0      search/4096     (autoload\              Lisp/Scheme program text
 !:mime text/x-lisp
-0      search/256      (custom-set-variables\  Lisp/Scheme program text
+0      search/4096     (custom-set-variables\  Lisp/Scheme program text
 !:mime text/x-lisp
 
 # Emacs 18 - this is always correct, but not very magical.