[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Small fix for recentf.el
From: |
david . ponce |
Subject: |
Small fix for recentf.el |
Date: |
Mon, 11 Oct 2004 12:11:44 +0200 (CEST) |
Hi All,
I made the following small fix for recentf.el. If there is no objection, I can
commit it.
Thanks!
David
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.6436
diff -c -r1.6436 ChangeLog
*** ChangeLog 10 Oct 2004 19:53:24 -0000 1.6436
--- ChangeLog 11 Oct 2004 10:08:32 -0000
***************
*** 1,3 ****
--- 1,8 ----
+ 2004-10-11 David Ponce <address@hidden>
+
+ * recentf.el (recentf-edit-list): Update the menu when the recentf
+ list has been modified.
+
2004-10-10 Kai Grossjohann <address@hidden>
* net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
Index: recentf.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/recentf.el,v
retrieving revision 1.30
diff -c -r1.30 recentf.el
*** recentf.el 20 Apr 2004 20:54:53 -0000 1.30
--- recentf.el 11 Oct 2004 10:08:33 -0000
***************
*** 1032,1038 ****
(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 "No file selected")))
"Ok")
(widget-insert " ")
--- 1032,1039 ----
(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)
! (recentf-clear-data))
(message "No file selected")))
"Ok")
(widget-insert " ")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Small fix for recentf.el,
david . ponce <=