# HG changeset patch # User Reiner Steib # Date 1126205138 0 # Node ID 792e39b7cf7e8a2569fcc0c2784ef8fb68c2b7ed # Parent 476036a1e6bf57836009de1baf484f384ae23243 (recentf-filename-handler): Add custom choice `abbreviate-file-name'. diff -r 476036a1e6bf -r 792e39b7cf7e lisp/ChangeLog --- 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 + * 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 diff -r 476036a1e6bf -r 792e39b7cf7e lisp/recentf.el --- 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