changeset 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 c9c39ffbecf1
children 374ac7d3b3ac
files lisp/ChangeLog lisp/emacs-lisp/bytecomp.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Feb 01 22:32:43 2009 +0000
+++ b/lisp/ChangeLog	Mon Feb 02 03:27:30 2009 +0000
@@ -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.
--- 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."