diff lisp/bookmark.el @ 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 5944be8c8211
children f91d9f543b0a
line wrap: on
line diff
--- 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"))