From: Richard M. Stallman Date: Fri, 7 Apr 1995 21:28:13 +0000 (+0000) Subject: (docref-last-active-buffer): Add defvar. X-Git-Tag: emacs-19.34~4587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0292621e36c98ca539e8695412ff997d9f859f1;p=emacs.git (docref-last-active-buffer): Add defvar. --- diff --git a/lisp/docref.el b/lisp/docref.el index a10d7e486aa..2a7b2a65b68 100644 --- a/lisp/docref.el +++ b/lisp/docref.el @@ -89,6 +89,8 @@ to be called to find this reference.") The value specifies how to go back. It should be suitable for use as the second argument to \\(f@docref-insert-label). \\(f@docref-subst) uses this to set up the go-back reference.") + +(defvar docref-last-active-buffer) ;;;###autoload (defun docref-setup ()