diff options
author | Andreas Schwab <schwab@suse.de> | 2002-12-07 19:05:03 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-12-07 19:05:03 +0000 |
commit | 087f110d7a7617d11ad6c1afd18108b4693615da (patch) | |
tree | 5cffd968aac5aa5e46d2e7236ceaa2b8fdb03f96 /lisp/eshell | |
parent | b2a26f4e8f0a6c3bb13edf55a0bac5754e04a6b4 (diff) | |
download | emacs-087f110d7a7617d11ad6c1afd18108b4693615da.tar.gz |
(eshell-ls-product-regexp): Fix typo.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/em-ls.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 9ddffc6acf0..dc8d09eac9c 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el @@ -177,7 +177,7 @@ files." :group 'eshell-ls) (defcustom eshell-ls-product-regexp - "\\.\\(elc\\|o\\(bj\\)?\\|a\\||lib\\|res\\)\\'" + "\\.\\(elc\\|o\\(bj\\)?\\|a\\|lib\\|res\\)\\'" "*A regular expression that matches names of product files. Products are files that get generated from a source file, and hence ought to be recreatable if they are deleted." |