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


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/bookmark.el
Date: Sun, 18 Sep 2005 08:25:04 -0400

Index: emacs/lisp/bookmark.el
diff -c emacs/lisp/bookmark.el:1.80 emacs/lisp/bookmark.el:1.81
*** emacs/lisp/bookmark.el:1.80 Thu Aug 25 08:25:51 2005
--- emacs/lisp/bookmark.el      Sun Sep 18 12:25:01 2005
***************
*** 2058,2064 ****
    (interactive)
    (if (bookmark-bmenu-check-position)
        (let ((bmrk (bookmark-bmenu-bookmark)))
!         (message (bookmark-location bmrk)))))
  
  (defun bookmark-bmenu-relocate ()
    "Change the file path of the bookmark on the current line,
--- 2058,2064 ----
    (interactive)
    (if (bookmark-bmenu-check-position)
        (let ((bmrk (bookmark-bmenu-bookmark)))
!         (message "%s" (bookmark-location bmrk)))))
  
  (defun bookmark-bmenu-relocate ()
    "Change the file path of the bookmark on the current line,




reply via email to

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