]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Oct 2009 01:14:56 +0000 (01:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Oct 2009 01:14:56 +0000 (01:14 +0000)
lisp/recentf.el

index 57eaa612da85a08a0fafda342c4fcf89346891fb..67005a1934f2da0d8bc8975f81c8ea0b86bc6b8f 100644 (file)
@@ -1363,8 +1363,8 @@ that were operated on recently."
 
 (defun recentf-unload-function ()
   "Unload the recentf library."
-  ;; continue standard unloading
   (recentf-mode -1)
+  ;; continue standard unloading
   nil)
 
 (provide 'recentf)