# HG changeset patch # User David Ponce # Date 1097576281 0 # Node ID ffd927e57237c46745c318e83b9cd50d4775ffa3 # Parent 7e2887ad4c5113d96a10bbc0a9bd788995aff40a (recentf-edit-list): Update the menu when the recentf list has been modified. diff -r 7e2887ad4c51 -r ffd927e57237 lisp/recentf.el --- a/lisp/recentf.el Tue Oct 12 09:55:20 2004 +0000 +++ b/lisp/recentf.el Tue Oct 12 10:18:01 2004 +0000 @@ -1032,7 +1032,8 @@ (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 " ")