emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/loadhist.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/loadhist.el,v
Date: Fri, 06 Apr 2007 17:05:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/04/06 17:05:39

Index: loadhist.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/loadhist.el,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- loadhist.el 6 Apr 2007 17:03:19 -0000       1.46
+++ loadhist.el 6 Apr 2007 17:05:39 -0000       1.47
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]