From: Reiner Steib Date: Thu, 8 Sep 2005 18:45:38 +0000 (+0000) Subject: (recentf-filename-handler): Add custom choice X-Git-Tag: emacs-pretest-22.0.90~7229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9815ca3d25923c59711abf757c6371bc3548b318;p=emacs.git (recentf-filename-handler): Add custom choice `abbreviate-file-name'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0cdcdccad27..3705f71c5ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/recentf.el b/lisp/recentf.el index adc4dd023bf..20251508941 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -257,6 +257,7 @@ It is passed a filename to give a chance to transform it. 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