comparison lisp/ChangeLog @ 92568:f91d9f543b0a

* 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.
author Bastien Guerry <bzg@altern.org>
date Fri, 07 Mar 2008 19:31:59 +0000
parents 059f423b02f8
children 35628f10d78a
comparison
equal deleted inserted replaced
92567:059f423b02f8 92568:f91d9f543b0a
1 2008-03-07 Bastien Guerry <bzg@altern.org>
2
3 * bookmark.el (bookmark-set): Don't check for
4 `bookmark-make-name-function' since `bookmark-buffer-file-name'
5 already takes care of this.
6 (bookmark-buffer-name): Removed Info-mode specific code.
7 (bookmark-buffer-file-name): Removed Info-mode specific code.
8
9 * info.el (bookmark-get-info-node): Define this function in
10 info.el, not in bookmark.el.
11 (Info-mode): Set `bookmark-make-name-function' to
12 `Info-bookmark-make-name' locally.
13 (Info-bookmark-make-name): New function.
14
15 * bookmark.el (bookmark-make-name-function): New variable.
16
1 2008-03-07 Karl Fogel <kfogel@red-bean.com> 17 2008-03-07 Karl Fogel <kfogel@red-bean.com>
2 18
3 * bookmark.el (bookmark-set): Make `bookmark-make-record-function' 19 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4 buffer-local, not `bookmark-make-cell-function' (the old name). 20 buffer-local, not `bookmark-make-cell-function' (the old name).
5 21