changeset 72620:70dd4b1e1daf

(woman-topic-history): Change defvar to defvaralias for symbol `Man-topic-history'.
author Juri Linkov <juri@jurta.org>
date Sat, 02 Sep 2006 23:29:18 +0000
parents 5dd4533a9a7e
children 82f0fddf878e
files lisp/woman.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/woman.el	Sat Sep 02 23:28:55 2006 +0000
+++ b/lisp/woman.el	Sat Sep 02 23:29:18 2006 +0000
@@ -1196,7 +1196,7 @@
 	  (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)