summaryrefslogtreecommitdiff
path: root/lisp/loadhist.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2007-04-06 17:05:39 +0000
committerKim F. Storm <storm@cua.dk>2007-04-06 17:05:39 +0000
commit5c34b94b5305d5d8acaabe5e518c3ae34528a77d (patch)
tree29b47ee90e81448217dd5cff19540ec1993852a6 /lisp/loadhist.el
parent12d9b59e7a4e1320f5c6dc83582ec94e91da758f (diff)
downloademacs-5c34b94b5305d5d8acaabe5e518c3ae34528a77d.tar.gz
(unload-feature): Add line break.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r--lisp/loadhist.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el
index 35b010074d0..84a865573af 100644
--- 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