Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5692cc8c
Commit
5692cc8c
authored
Feb 02, 2009
by
Stefan Monnier
Browse files
(emacs-lisp-file-regexp): Fix up EOB.
parent
8f4cafbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5692cc8c
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.
...
...
lisp/emacs-lisp/bytecomp.el
View file @
5692cc8c
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment