# HG changeset patch # User Andreas Schwab # Date 1039287557 0 # Node ID 18ebc473a07d9fb5f4f411ac294a650470f04b61 # Parent 90dec9a9568d8b3a2eee699c7f30e9e501332fa0 (eshell-ls-product-regexp): Fix typo. diff -r 90dec9a9568d -r 18ebc473a07d lisp/eshell/em-ls.el --- 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."