diff options
author | Juri Linkov <juri@jurta.org> | 2006-09-02 23:29:18 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2006-09-02 23:29:18 +0000 |
commit | 607acb9407127ed867f9bbb22706a9183766de24 (patch) | |
tree | f7a5305f725d4e8f0e3b247df5d42d880fd089ee /lisp/woman.el | |
parent | ea1f948dd8b81eca44d72882eeac20e7940ef3ca (diff) | |
download | emacs-607acb9407127ed867f9bbb22706a9183766de24.tar.gz |
(woman-topic-history): Change defvar to defvaralias
for symbol `Man-topic-history'.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |