]> git.eshelyaron.com Git - emacs.git/commitdiff
(woman-topic-history): Change defvar to defvaralias
authorJuri Linkov <juri@jurta.org>
Sat, 2 Sep 2006 23:29:18 +0000 (23:29 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 2 Sep 2006 23:29:18 +0000 (23:29 +0000)
for symbol `Man-topic-history'.

lisp/woman.el

index f4e01bcdd4e114c2fd7e7aef3e8f35bd89ad4452..3ee3e3f98d633ce50b69f6fd073921b1b486fdb8 100644 (file)
@@ -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)