Mercurial > emacs
changeset 11271:15c71d840a81
(docref-last-active-buffer): Add defvar.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 07 Apr 1995 21:28:13 +0000 |
parents | ecaa82148bf5 |
children | 79fcaf4e0e75 |
files | lisp/docref.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/docref.el Fri Apr 07 21:27:31 1995 +0000 +++ b/lisp/docref.el Fri Apr 07 21:28:13 1995 +0000 @@ -89,6 +89,8 @@ 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 ()