diff options
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 () |