summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-02-17 12:57:15 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-02-17 12:58:12 +0100
commitc218660d66394ba8306d21dcc182b82b15ba42de (patch)
treec600ec771482c98211f03c8a41f4e93c24237f1a /lisp/bookmark.el
parenta1617f070baf64de4c0b10e56a3c3659f224690e (diff)
downloademacs-c218660d66394ba8306d21dcc182b82b15ba42de.tar.gz
Add a NEWS entry for the bookmark changes (bug#54030)
* lisp/bookmark.el (bookmark-bmenu-mode): Make the type shorter.
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r--lisp/bookmark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 61c532c1f34..27517318171 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -1903,7 +1903,7 @@ Bookmark names preceded by a \"*\" have annotations.
(setq tabulated-list-format
`[("" 1) ;; Space to add "*" for bookmark with annotation
("Bookmark" ,bookmark-bmenu-file-column bookmark-bmenu--name-predicate)
- ("Type" 15 bookmark-bmenu--type-predicate)
+ ("Type" 8 bookmark-bmenu--type-predicate)
,@(if bookmark-bmenu-toggle-filenames
'(("File" 0 bookmark-bmenu--file-predicate)))])
(setq tabulated-list-padding bookmark-bmenu-marks-width)