(woman-topic-history): Change defvar to defvaralias

for symbol `Man-topic-history'.
This commit is contained in:
Juri Linkov 2006-09-02 23:29:18 +00:00
parent ea1f948dd8
commit 607acb9407

View 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)