[Top][All Lists]
[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: |
Wed, 19 Nov 2008 08:03:08 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Karl Fogel <kfogel> 08/11/19 08:03:07
Index: bookmark.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/bookmark.el,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- bookmark.el 29 Oct 2008 18:22:12 -0000 1.118
+++ bookmark.el 19 Nov 2008 08:03:04 -0000 1.119
@@ -1004,10 +1004,12 @@
;; Last possibility: try VC
(if (vc-backend file) file))))
-;; This function is present for Emacs 22 compatibility only.
(defun bookmark-jump-noselect (bookmark)
"Return the location pointed to by the bookmark BOOKMARK.
-The return value has the form (BUFFER . POINT)."
+The return value has the form (BUFFER . POINT).
+
+Note: this function is deprecated and is present for Emacs 22
+compatibility only. Use `bookmark-handle-bookmark' instead."
(save-excursion
(bookmark-handle-bookmark bookmark)
(cons (current-buffer) (point))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/bookmark.el,v,
Karl Fogel <=