unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: david.ponce@wanadoo.fr
Subject: Small fix for recentf.el
Date: Mon, 11 Oct 2004 12:11:44 +0200 (CEST)	[thread overview]
Message-ID: <29187484.1097489504728.JavaMail.www@wwinf0402> (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 " ")

                 reply	other threads:[~2004-10-11 10:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29187484.1097489504728.JavaMail.www@wwinf0402 \
    --to=david.ponce@wanadoo.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).