diff options
author | Kim F. Storm <storm@cua.dk> | 2007-04-06 17:05:39 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2007-04-06 17:05:39 +0000 |
commit | 5c34b94b5305d5d8acaabe5e518c3ae34528a77d (patch) | |
tree | 29b47ee90e81448217dd5cff19540ec1993852a6 /lisp/loadhist.el | |
parent | 12d9b59e7a4e1320f5c6dc83582ec94e91da758f (diff) | |
download | emacs-5c34b94b5305d5d8acaabe5e518c3ae34528a77d.tar.gz |
(unload-feature): Add line break.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r-- | lisp/loadhist.el | 3 |
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 |