]> git.eshelyaron.com Git - emacs.git/commitdiff
(unload-feature): Add line break.
authorKim F. Storm <storm@cua.dk>
Fri, 6 Apr 2007 17:05:39 +0000 (17:05 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 6 Apr 2007 17:05:39 +0000 (17:05 +0000)
lisp/loadhist.el

index 35b010074d04c0edc65ed59893ef736ad271a78a..84a865573af0e576c540b9d193bfc2a7403d41b1 100644 (file)
@@ -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