changeset 63931:a166968798fa

(Info-current-node, Info-suffix-list): Add defvars.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jul 2005 16:08:19 +0000
parents 903751a5d4da
children bbf23e50d797
files lisp/bookmark.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bookmark.el	Sun Jul 03 05:00:31 2005 +0000
+++ b/lisp/bookmark.el	Sun Jul 03 16:08:19 2005 +0000
@@ -309,7 +309,8 @@
 (defvar bookmark-yank-point 0)
 (defvar bookmark-current-buffer nil)
 
-
+(defvar Info-current-node)
+(defvar Info-suffix-list)
 
 ;; Helper functions.