summaryrefslogtreecommitdiff
path: root/lisp/ls-lisp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-18 04:47:45 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-18 04:47:45 +0000
commit36bd8d0d2a142f46a88890585c7f084deed98964 (patch)
treee768d465909b707f17a923d5e616119662e9594e /lisp/ls-lisp.el
parentb27e77174a8a4702f3b52949ebe3ad222c20864e (diff)
downloademacs-36bd8d0d2a142f46a88890585c7f084deed98964.tar.gz
(ls-lisp-support-shell-wildcards): Add autoload cookie.
Diffstat (limited to 'lisp/ls-lisp.el')
-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 @@
;;; Code:
+;;;###autoload
(defvar ls-lisp-support-shell-wildcards t
"*Non-nil means file patterns are treated as shell wildcards.
nil means they are treated as Emacs regexps (for backward compatibility).