]> git.eshelyaron.com Git - emacs.git/commit
* bookmark.el (bookmark-set): Don't check for
authorBastien Guerry <bzg@altern.org>
Fri, 7 Mar 2008 19:31:59 +0000 (19:31 +0000)
committerBastien Guerry <bzg@altern.org>
Fri, 7 Mar 2008 19:31:59 +0000 (19:31 +0000)
commitf9bf695080bde66ba8d6180a23bfa8c0408dfb72
treed1700f1b2523e22a42e855c78db4977c7f4db2e5
parent9dfcb52e0be6b6bb8b7a3b9cd3f827ceb2d087f6
* bookmark.el (bookmark-set): Don't check for
`bookmark-make-name-function' since `bookmark-buffer-file-name'
already takes care of this.
(bookmark-buffer-name): Removed Info-mode specific code.
(bookmark-buffer-file-name): Removed Info-mode specific code.

* info.el (bookmark-get-info-node): Define this function in
info.el, not in bookmark.el.
(Info-mode): Set `bookmark-make-name-function' to
`Info-bookmark-make-name' locally.
(Info-bookmark-make-name): New function.

* bookmark.el (bookmark-make-name-function): New variable.
lisp/ChangeLog
lisp/bookmark.el
lisp/info.el