From: Andreas Schwab Date: Sat, 7 Dec 2002 19:05:03 +0000 (+0000) Subject: (eshell-ls-product-regexp): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~12126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=087f110d7a7617d11ad6c1afd18108b4693615da;p=emacs.git (eshell-ls-product-regexp): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5301ac0714..db516adf7aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-12-07 Andreas Schwab + * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo. + * files.el (find-file-read-args): Reenable wildcard processing unconditionally. @@ -7,7 +9,7 @@ * textmodes/texinfmt.el (texinfo-format-scan) Handle new functions for copyright notice and copying permissions. - (texinfo-copying, texinfo-insertcopying): New functions. + (texinfo-copying, texinfo-insertcopying): New functions. 2002-12-03 TAKAHASHI Kaoru 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."