From 5692cc8c4f19a299d6679f6b54f60f42a2bc76e3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 2 Feb 2009 03:27:30 +0000 Subject: [PATCH] (emacs-lisp-file-regexp): Fix up EOB. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/bytecomp.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce6ee7b83fc..cf75fb1af23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Stefan Monnier + + * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB. + 2009-02-01 Stefan Monnier * cmuscheme.el (scheme-args-to-list): Remove. 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." -- 2.39.5