]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs-lisp-file-regexp): Fix up EOB.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Feb 2009 03:27:30 +0000 (03:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Feb 2009 03:27:30 +0000 (03:27 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index ce6ee7b83fcc09044b9ea26855295e6f4431e500..cf75fb1af238e9ece2def4f30566028f22c8cf06 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
+
 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * cmuscheme.el (scheme-args-to-list): Remove.
index f441d28ac4fdb70396d211b0a55de479efef00e1..7f0387d7ed1120a41f5dd2af222fb383c68e3648 100644 (file)
   "Emacs Lisp byte-compiler."
   :group 'lisp)
 
-(defcustom emacs-lisp-file-regexp "\\.el$"
+(defcustom emacs-lisp-file-regexp "\\.el\\'"
   "Regexp which matches Emacs Lisp source files.
 You may want to redefine the function `byte-compile-dest-file'
 if you change this variable."