# HG changeset patch # User Karl Fogel # Date 1204909417 0 # Node ID 059f423b02f8d9125283423c08fd42895b970128 # Parent 9bf18b4c7674f6cb26d015411fe5418af09a7556 * emacs-cvs/lisp/bookmark.el (bookmark-set): Make `bookmark-make-record-function' buffer-local, not `bookmark-make-cell-function' (the old name). diff -r 9bf18b4c7674 -r 059f423b02f8 lisp/ChangeLog --- 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 + + * bookmark.el (bookmark-set): Make `bookmark-make-record-function' + buffer-local, not `bookmark-make-cell-function' (the old name). + 2008-03-07 Tassilo Horn * doc-view.el (doc-view-bookmark-make-record): Delete obsolete diff -r 9bf18b4c7674 -r 059f423b02f8 lisp/bookmark.el --- 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"))