projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d9b59
)
(unload-feature): Add line break.
author
Kim F. Storm
<storm@cua.dk>
Fri, 6 Apr 2007 17:05:39 +0000
(17:05 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 6 Apr 2007 17:05:39 +0000
(17:05 +0000)
lisp/loadhist.el
patch
|
blob
|
history
diff --git
a/lisp/loadhist.el
b/lisp/loadhist.el
index 35b010074d04c0edc65ed59893ef736ad271a78a..84a865573af0e576c540b9d193bfc2a7403d41b1 100644
(file)
--- a/
lisp/loadhist.el
+++ b/
lisp/loadhist.el
@@
-165,7
+165,8
@@
in the event that the package has done something normally-ill-advised,
such as redefining an Emacs function."
(interactive
(list
- (read-feature "Unload feature: " t) current-prefix-arg))
+ (read-feature "Unload feature: " t)
+ current-prefix-arg))
(unless (featurep feature)
(error "%s is not a currently loaded feature" (symbol-name feature)))
(unless force