]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-ls-product-regexp): Fix typo.
authorAndreas Schwab <schwab@suse.de>
Sat, 7 Dec 2002 19:05:03 +0000 (19:05 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 7 Dec 2002 19:05:03 +0000 (19:05 +0000)
lisp/ChangeLog
lisp/eshell/em-ls.el

index a5301ac0714b4fcee8e306640e01f326e4aa2658..db516adf7aaeb6fc0621cd3511c1dce1ddaefb67 100644 (file)
@@ -1,5 +1,7 @@
 2002-12-07  Andreas Schwab  <schwab@suse.de>
 
+       * 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  <kaoru@kaisei.org>
 
index 9ddffc6acf052b48e3b71be18626aa781db84d29..dc8d09eac9c84021d01a04c86f37fc05c845d418 100644 (file)
@@ -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."