unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Small fix for recentf.el
@ 2004-10-11 10:11 david.ponce
  0 siblings, 0 replies; only message in thread
From: david.ponce @ 2004-10-11 10:11 UTC (permalink / raw)


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  <david@dponce.com>
+ 
+ 	* recentf.el (recentf-edit-list): Update the menu when the recentf
+ 	list has been modified.
+ 
  2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
  
  	* 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 " ")

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-11 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-11 10:11 Small fix for recentf.el david.ponce

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).