(emacs-lisp-file-regexp): Fix up EOB.
This commit is contained in:
parent
8f4cafbce2
commit
5692cc8c4f
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
* cmuscheme.el (scheme-args-to-list): Remove.
|
* cmuscheme.el (scheme-args-to-list): Remove.
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
"Emacs Lisp byte-compiler."
|
"Emacs Lisp byte-compiler."
|
||||||
:group 'lisp)
|
:group 'lisp)
|
||||||
|
|
||||||
(defcustom emacs-lisp-file-regexp "\\.el$"
|
(defcustom emacs-lisp-file-regexp "\\.el\\'"
|
||||||
"Regexp which matches Emacs Lisp source files.
|
"Regexp which matches Emacs Lisp source files.
|
||||||
You may want to redefine the function `byte-compile-dest-file'
|
You may want to redefine the function `byte-compile-dest-file'
|
||||||
if you change this variable."
|
if you change this variable."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue