]> git.eshelyaron.com Git - emacs.git/commitdiff
(recentf-edit-list): Update the menu when the recentf
authorDavid Ponce <david@dponce.com>
Tue, 12 Oct 2004 10:19:10 +0000 (10:19 +0000)
committerDavid Ponce <david@dponce.com>
Tue, 12 Oct 2004 10:19:10 +0000 (10:19 +0000)
list has been modified.

lisp/ChangeLog
lisp/recentf.el

index 0fe85f0d22164cdcdfdf6cf72c5e9e6ada3ba2c8..dbc13ea927b8a5aebecb63f2186eb7efc24fa1a1 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-12  David Ponce  <david@dponce.com>
+
+       * recentf.el (recentf-edit-list): Update the menu when the recentf
+       list has been modified.
+
 2004-10-12  Simon Josefsson  <jas@extundo.com>
 
        * net/tls.el (tls-certtool-program): New variable.
index efe4ebc63a419b0deaa353b94c994099f74041ae..4ef55d4e1bffa16c35bb7d690e3c37788a9ca2f0 100644 (file)
@@ -1032,7 +1032,8 @@ Click on Cancel or type \"q\" to quit.\n")
                      (dolist (e recentf-edit-selected-items)
                        (setq recentf-list (delq e recentf-list)
                              i (1+ i)))
-                     (message "%S file(s) removed from the list" i))
+                     (message "%S file(s) removed from the list" i)
+                     (recentf-clear-data))
                  (message "No file selected")))
      "Ok")
     (widget-insert " ")