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.
* 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>
: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."