From 5c34b94b5305d5d8acaabe5e518c3ae34528a77d Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 6 Apr 2007 17:05:39 +0000 Subject: [PATCH] (unload-feature): Add line break. --- lisp/loadhist.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5