]> git.eshelyaron.com Git - emacs.git/commit
(bookmark-completing-read): Use a popup menu if activated from the mouse.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Aug 2003 17:30:47 +0000 (17:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Aug 2003 17:30:47 +0000 (17:30 +0000)
commit175d0960bf4c904ff90bd4329ce11e093ac259b1
tree02656a85576b984a8e94de2f61a4322c1926fdeb
parent3666daf637cfa85ce61c22181e940707f3a79e21
(bookmark-completing-read): Use a popup menu if activated from the mouse.
Return a string, instead of a list of one string.
(bookmark-edit-annotation): Remove unused vars.
(bookmark-jump, bookmark-relocate, bookmark-insert-location)
(bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
to bookmark-completing-read.
(bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
(bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
(bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
and erase-buffer.
(bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
(bookmark-menu-jump, bookmark-menu-insert)
(bookmark-popup-menu-and-apply-function)
(bookmark-menu-popup-paned-bookmark-menu): Remove.
(bookmark-menu-build-paned-menu): Remove by folding it into
bookmark-menu-popup-paned-menu.
(menu-bar-bookmark-map): Move the define-key statements here.
Use the "non-menu" commands since they now pop up a menu if needed.
(bookmark-exit-hook-internal): Simplify.
lisp/ChangeLog
lisp/bookmark.el