From: Juri Linkov Date: Sat, 2 Sep 2006 23:29:18 +0000 (+0000) Subject: (woman-topic-history): Change defvar to defvaralias X-Git-Tag: emacs-pretest-22.0.90~786 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=607acb9407127ed867f9bbb22706a9183766de24;p=emacs.git (woman-topic-history): Change defvar to defvaralias for symbol `Man-topic-history'. --- diff --git a/lisp/woman.el b/lisp/woman.el index f4e01bcdd4e..3ee3e3f98d6 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1196,7 +1196,7 @@ It is saved to the file named by the variable `woman-cache-filename'." (kill-buffer standard-output) )))) -(defvar woman-topic-history nil "Topic read history.") +(defvaralias 'woman-topic-history 'Man-topic-history) (defvar woman-file-history nil "File-name read history.") (defun woman-file-name (topic &optional re-cache)