emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/bookmark.el,v


From: Karl Fogel
Subject: [Emacs-diffs] Changes to emacs/lisp/bookmark.el,v
Date: Fri, 07 Mar 2008 17:03:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Karl Fogel <kfogel>     08/03/07 17:03:39

Index: bookmark.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/bookmark.el,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- bookmark.el 7 Mar 2008 05:44:34 -0000       1.103
+++ bookmark.el 7 Mar 2008 17:03:36 -0000       1.104
@@ -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"))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]