(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
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue