diff options
| author | Richard M. Stallman | 1996-01-18 04:47:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-18 04:47:45 +0000 |
| commit | bf686e5fcd0f10a522e903ecb6b78fae8afb8b43 (patch) | |
| tree | 616c56dfacfb6759f7930cb03c80c4e148b93aeb | |
| parent | 51f63a039c6c472799ff0e7874f746999a383720 (diff) | |
| download | emacs-bf686e5fcd0f10a522e903ecb6b78fae8afb8b43.tar.gz emacs-bf686e5fcd0f10a522e903ecb6b78fae8afb8b43.zip | |
(ls-lisp-support-shell-wildcards): Add autoload cookie.
| -rw-r--r-- | lisp/ls-lisp.el | 1 |
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. |
| 60 | nil means they are treated as Emacs regexps (for backward compatibility). | 61 | nil means they are treated as Emacs regexps (for backward compatibility). |