/[emacs]/emacs/lisp/recentf.el
ViewVC logotype

Diff of /emacs/lisp/recentf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by lektu, Sat Apr 26 23:41:59 2003 UTC revision 1.24 by lektu, Fri May 2 12:13:14 2003 UTC
# Line 1127  Read data from the file specified by `re Line 1127  Read data from the file specified by `re
1127    (message "Cleaning up the recentf list...")    (message "Cleaning up the recentf list...")
1128    (let (newlist)    (let (newlist)
1129      (dolist (f recentf-list)      (dolist (f recentf-list)
1130        (if (and (file-readable-p f) (recentf-include-p f))        (if (and (recentf-include-p f) (file-readable-p f))
1131            (push f newlist)            (push f newlist)
1132          (message "File %s removed from the recentf list" f)))          (message "File %s removed from the recentf list" f)))
1133      (setq recentf-list (nreverse newlist))      (setq recentf-list (nreverse newlist))

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26