(woman-topic-history): Change defvar to defvaralias
for symbol `Man-topic-history'.
This commit is contained in:
parent
ea1f948dd8
commit
607acb9407
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue