(recentf-edit-list): Update the menu when the recentf
list has been modified.
This commit is contained in:
parent
3bb53a84de
commit
8286219059
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 " ")
|
||||
|
|
Loading…
Add table
Reference in a new issue