From 607acb9407127ed867f9bbb22706a9183766de24 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 2 Sep 2006 23:29:18 +0000 Subject: [PATCH] (woman-topic-history): Change defvar to defvaralias for symbol `Man-topic-history'. --- lisp/woman.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2