changeset 76969:8237a66e9288

(unload-feature): Add line break.
author Kim F. Storm <storm@cua.dk>
date Fri, 06 Apr 2007 17:05:39 +0000
parents a188649f301c
children ff70b1aaf687
files lisp/loadhist.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadhist.el	Fri Apr 06 17:03:19 2007 +0000
+++ b/lisp/loadhist.el	Fri Apr 06 17:05:39 2007 +0000
@@ -165,7 +165,8 @@
 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