]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-cvs/lisp/bookmark.el
authorKarl Fogel <kfogel@red-bean.com>
Fri, 7 Mar 2008 17:03:37 +0000 (17:03 +0000)
committerKarl Fogel <kfogel@red-bean.com>
Fri, 7 Mar 2008 17:03:37 +0000 (17:03 +0000)
  (bookmark-set): Make `bookmark-make-record-function' buffer-local,
  not `bookmark-make-cell-function' (the old name).

lisp/ChangeLog
lisp/bookmark.el

index 00561fa25604ff8ee39d686e8708dce0e32f9e86..d6d0a08451bf9f97d7526bb1016f625528313745 100644 (file)
@@ -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
index 9badaed7f12daf2ce70441a7c0cfc72b03a3f895..3d5db0de53c618047de4ad1986d7b62a465e8dee 100644 (file)
@@ -738,7 +738,7 @@ and it removes only the first instance of a bookmark with that name from
 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"))