diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-02-02 03:27:30 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-02-02 03:27:30 +0000 |
commit | 5692cc8c4f19a299d6679f6b54f60f42a2bc76e3 (patch) | |
tree | c0993650d20990514372f0ba084f49c2fa254475 /lisp/emacs-lisp/bytecomp.el | |
parent | 8f4cafbce212e50c78c75092eec0f2f3c801594e (diff) | |
download | emacs-5692cc8c4f19a299d6679f6b54f60f42a2bc76e3.tar.gz emacs-5692cc8c4f19a299d6679f6b54f60f42a2bc76e3.tar.bz2 emacs-5692cc8c4f19a299d6679f6b54f60f42a2bc76e3.zip |
(emacs-lisp-file-regexp): Fix up EOB.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index f441d28ac4f..7f0387d7ed1 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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." |