changeset 105420:a1a054256594

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 Oct 2009 01:14:56 +0000
parents 2abed3b3f741
children 66d2db8735aa
files lisp/recentf.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/recentf.el	Sun Oct 04 01:12:13 2009 +0000
+++ b/lisp/recentf.el	Sun Oct 04 01:14:56 2009 +0000
@@ -1363,8 +1363,8 @@
 
 (defun recentf-unload-function ()
   "Unload the recentf library."
+  (recentf-mode -1)
   ;; continue standard unloading
-  (recentf-mode -1)
   nil)
 
 (provide 'recentf)