(emacs-lisp-file-regexp): Fix up EOB.

This commit is contained in:
Stefan Monnier 2009-02-02 03:27:30 +00:00
parent 8f4cafbce2
commit 5692cc8c4f
2 changed files with 5 additions and 1 deletions

View 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.

View file

@ -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."