aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-01-18 04:47:45 +0000
committerRichard M. Stallman1996-01-18 04:47:45 +0000
commitbf686e5fcd0f10a522e903ecb6b78fae8afb8b43 (patch)
tree616c56dfacfb6759f7930cb03c80c4e148b93aeb
parent51f63a039c6c472799ff0e7874f746999a383720 (diff)
downloademacs-bf686e5fcd0f10a522e903ecb6b78fae8afb8b43.tar.gz
emacs-bf686e5fcd0f10a522e903ecb6b78fae8afb8b43.zip
(ls-lisp-support-shell-wildcards): Add autoload cookie.
-rw-r--r--lisp/ls-lisp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el
index a23a3cbde18..4678ac3e506 100644
--- a/lisp/ls-lisp.el
+++ b/lisp/ls-lisp.el
@@ -55,6 +55,7 @@
55 55
56;;; Code: 56;;; Code:
57 57
58;;;###autoload
58(defvar ls-lisp-support-shell-wildcards t 59(defvar ls-lisp-support-shell-wildcards t
59 "*Non-nil means file patterns are treated as shell wildcards. 60 "*Non-nil means file patterns are treated as shell wildcards.
60nil means they are treated as Emacs regexps (for backward compatibility). 61nil means they are treated as Emacs regexps (for backward compatibility).