(bookmark-set): Make `bookmark-make-record-function' buffer-local,
not `bookmark-make-cell-function' (the old name).
+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
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"))