From: Kim F. Storm Date: Fri, 6 Apr 2007 17:05:39 +0000 (+0000) Subject: (unload-feature): Add line break. X-Git-Tag: emacs-pretest-22.0.98~285 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c34b94b5305d5d8acaabe5e518c3ae34528a77d;p=emacs.git (unload-feature): Add line break. --- 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