changeset 92567:059f423b02f8

* emacs-cvs/lisp/bookmark.el (bookmark-set): Make `bookmark-make-record-function' buffer-local, not `bookmark-make-cell-function' (the old name).
author Karl Fogel <kfogel@red-bean.com>
date Fri, 07 Mar 2008 17:03:37 +0000
parents 9bf18b4c7674
children f91d9f543b0a
files lisp/ChangeLog lisp/bookmark.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 07 16:01:25 2008 +0000
+++ b/lisp/ChangeLog	Fri Mar 07 17:03:37 2008 +0000
@@ -1,3 +1,8 @@
+2008-03-07  Karl Fogel  <kfogel@red-bean.com>
+
+	* bookmark.el (bookmark-set): Make `bookmark-make-record-function'
+	buffer-local, not `bookmark-make-cell-function' (the old name).
+
 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
 
 	* doc-view.el (doc-view-bookmark-make-record): Delete obsolete
--- a/lisp/bookmark.el	Fri Mar 07 16:01:25 2008 +0000
+++ b/lisp/bookmark.el	Fri Mar 07 17:03:37 2008 +0000
@@ -738,7 +738,7 @@
 the list of bookmarks.\)"
   (interactive (list nil current-prefix-arg))
   (or
-   (local-variable-p 'bookmark-make-cell-function)
+   (local-variable-p 'bookmark-make-record-function)
    (bookmark-buffer-file-name)
    (error "Buffer not visiting a file or directory"))