Variable: bookmark-sort-flag
bookmark-sort-flag is a customizable variable defined in
bookmark.el.gz.
Value
t
Documentation
Non-nil means that bookmarks will be displayed sorted by bookmark name.
Otherwise they will be displayed in LIFO order (that is, most recently set ones come first, oldest ones come last).
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defcustom bookmark-sort-flag t
"Non-nil means that bookmarks will be displayed sorted by bookmark name.
Otherwise they will be displayed in LIFO order (that is, most
recently set ones come first, oldest ones come last)."
:type 'boolean)