comparison lisp/bookmark.el @ 90200:f9a65d7ebd29

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Jul 2005 12:43:14 +0000
parents 01137c1fdbe9 6fb026ad601f
children 890cc78a5a24
comparison
equal deleted inserted replaced
90199:bb71c6cf2009 90200:f9a65d7ebd29
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
21 21
22 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02111-1307, USA. 25 ;; Boston, MA 02110-1301, USA.
26 26
27 ;;; Commentary: 27 ;;; Commentary:
28 28
29 ;; This package is for setting "bookmarks" in files. A bookmark 29 ;; This package is for setting "bookmarks" in files. A bookmark
30 ;; associates a string with a location in a certain file. Thus, you 30 ;; associates a string with a location in a certain file. Thus, you
307 307
308 (defvar bookmark-current-point 0) 308 (defvar bookmark-current-point 0)
309 (defvar bookmark-yank-point 0) 309 (defvar bookmark-yank-point 0)
310 (defvar bookmark-current-buffer nil) 310 (defvar bookmark-current-buffer nil)
311 311
312 312 (defvar Info-current-node)
313 (defvar Info-suffix-list)
313 314
314 ;; Helper functions. 315 ;; Helper functions.
315 316
316 ;; Only functions on this page and the next one (file formats) need to 317 ;; Only functions on this page and the next one (file formats) need to
317 ;; know anything about the format of bookmark-alist entries. 318 ;; know anything about the format of bookmark-alist entries.