summaryrefslogtreecommitdiff
path: root/lisp/recentf.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-23 10:55:04 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-23 12:48:29 +0200
commit2bd49c8204cc643965e761c4fbcf489b21bbca5d (patch)
treedf01b72a452b6fdd149528a33521ef4f25974d79 /lisp/recentf.el
parentea640581bad1c596f657ca405f6c97e1b4fc4b11 (diff)
downloademacs-2bd49c8204cc643965e761c4fbcf489b21bbca5d.tar.gz
Revert "Use short file names by default in recentf menu"
This reverts commit ec9228eb81c0a89b18480dfff18cc9afdc3d0884.
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r--lisp/recentf.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el
index b10f4d0ed08..05127cbf49b 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -171,7 +171,7 @@ The default is to call `find-file' to edit the selected file."
:group 'recentf
:type 'integer)
-(defcustom recentf-menu-filter #'recentf-show-abbreviated
+(defcustom recentf-menu-filter nil
"Function used to filter files displayed in the recentf menu.
A nil value means no filter. The following functions are predefined:
@@ -226,8 +226,7 @@ elements (see `recentf-make-menu-element' for menu element form)."
(function-item recentf-arrange-by-mode)
(function-item recentf-arrange-by-dir)
(function-item recentf-filter-changer)
- function)
- :version "29.1")
+ function))
(defcustom recentf-menu-open-all-flag nil
"Non-nil means to show an \"All...\" item in the menu.