diff lisp/emacs-lisp/bytecomp.el @ 101746:99d46a6e4dc2

(emacs-lisp-file-regexp): Fix up EOB.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Feb 2009 03:27:30 +0000
parents a9dc0e7c3f2b
children c726825761ee
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Sun Feb 01 22:32:43 2009 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Mon Feb 02 03:27:30 2009 +0000
@@ -197,7 +197,7 @@
   "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."