Mercurial > emacs
changeset 48704:18ebc473a07d
(eshell-ls-product-regexp): Fix typo.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 07 Dec 2002 18:59:17 +0000 |
parents | 90dec9a9568d |
children | ee60754b676c |
files | lisp/eshell/em-ls.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/em-ls.el Sat Dec 07 14:47:40 2002 +0000 +++ b/lisp/eshell/em-ls.el Sat Dec 07 18:59:17 2002 +0000 @@ -177,7 +177,7 @@ :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."