aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).