Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2bd49c82
Commit
2bd49c82
authored
Jun 23, 2022
by
Stefan Kangas
Browse files
Revert "Use short file names by default in recentf menu"
This reverts commit
ec9228eb
.
parent
ea640581
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
etc/NEWS
etc/NEWS
+3
-3
lisp/recentf.el
lisp/recentf.el
+2
-3
No files found.
etc/NEWS
View file @
2bd49c82
...
...
@@ -1856,9 +1856,9 @@ If non-nil, files untracked by a VCS are considered to be part of
the project by a VC project based on that VCS.
---
***
The 'recentf-mode' menu now use
s
shortened filenames
by default
.
They are shortened with 'abbreviate-file-name'. Customize the user
option
'recentf-
menu-filter' to nil to get unabbreviated file names
.
***
The 'recentf-mode' menu
can
now use shortened filenames.
Set the user option 'recentf-menu-filter' to
'recentf-
show-abbreviated'
to enable it
.
---
**
The autoarg.el library is now marked obsolete.
...
...
lisp/recentf.el
View file @
2bd49c82
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment