Mercurial > emacs
changeset 65368:792e39b7cf7e
(recentf-filename-handler): Add custom choice
`abbreviate-file-name'.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Thu, 08 Sep 2005 18:45:38 +0000 |
parents | 476036a1e6bf |
children | 822218f80ae4 |
files | lisp/ChangeLog lisp/recentf.el |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 08 18:42:37 2005 +0000 +++ b/lisp/ChangeLog Thu Sep 08 18:45:38 2005 +0000 @@ -1,5 +1,8 @@ 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> + * recentf.el (recentf-filename-handler): Add custom choice + `abbreviate-file-name'. + * msb.el (msb--very-many-menus): Fix typo. * disp-table.el (standard-display-european): Don't set
--- a/lisp/recentf.el Thu Sep 08 18:42:37 2005 +0000 +++ b/lisp/recentf.el Thu Sep 08 18:45:38 2005 +0000 @@ -257,6 +257,7 @@ If it returns nil, the filename is left unchanged." :group 'recentf :type '(choice (const :tag "None" nil) + (const abbreviate-file-name) function)) (defcustom recentf-show-file-shortcuts-flag t