summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-07 21:28:13 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-07 21:28:13 +0000
commite0292621e36c98ca539e8695412ff997d9f859f1 (patch)
tree1745f9d01e8589e4dcbfe48bb0b73c395166cbb5 /lisp
parent82e23634bed2b4d871f1a786fdc8fc2f8d1ecb5c (diff)
downloademacs-e0292621e36c98ca539e8695412ff997d9f859f1.tar.gz
(docref-last-active-buffer): Add defvar.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/docref.el2
1 files changed, 2 insertions, 0 deletions
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 ()