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
93acfb0e
Commit
93acfb0e
authored
Jan 15, 2014
by
Daniel Colascione
Browse files
Use whole file-name-history'.
parent
c7880bc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+1
-1
No files found.
lisp/ChangeLog
View file @
93acfb0e
2014-01-15 Daniel Colascione <dancol@dancol.org>
* emacs-lisp/bytecomp.el (byte-compile-file): Use whole
`buffer-file-name' in interactive-form so that we don't leave
pathless file names in `file-name-history'.
2014-01-15 Juri Linkov <juri@jurta.org>
* indent.el (indent-rigidly): Set deactivate-mark to nil
...
...
lisp/emacs-lisp/bytecomp.el
View file @
93acfb0e
...
...
@@ -1714,7 +1714,7 @@ The value is non-nil if there were no errors, nil if errors."
(
list
(
read-file-name
(
if
current-prefix-arg
"Byte compile and load file: "
"Byte compile file: "
)
file-dir
file-name
nil
)
file-dir
buffer-
file-name
nil
)
current-prefix-arg
)))
;; Expand now so we get the current buffer's defaults
(
setq
filename
(
expand-file-name
filename
))
...
...
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