]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-current-node, Info-suffix-list): Add defvars.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:08:19 +0000 (16:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:08:19 +0000 (16:08 +0000)
lisp/bookmark.el

index bbf9b3bcce4341490c553b92388d2ee5cdbfd5ad..b89773d12c750fa2e0891726df567d906d86b04d 100644 (file)
@@ -309,7 +309,8 @@ through a file easier.")
 (defvar bookmark-yank-point 0)
 (defvar bookmark-current-buffer nil)
 
-
+(defvar Info-current-node)
+(defvar Info-suffix-list)
 \f
 ;; Helper functions.