diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-07 21:28:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-07 21:28:13 +0000 |
commit | e0292621e36c98ca539e8695412ff997d9f859f1 (patch) | |
tree | 1745f9d01e8589e4dcbfe48bb0b73c395166cbb5 /lisp | |
parent | 82e23634bed2b4d871f1a786fdc8fc2f8d1ecb5c (diff) | |
download | emacs-e0292621e36c98ca539e8695412ff997d9f859f1.tar.gz |
(docref-last-active-buffer): Add defvar.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/docref.el | 2 |
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 () |