# HG changeset patch # User Juri Linkov # Date 1157239758 0 # Node ID 70dd4b1e1dafd117302091413ac25716825a1977 # Parent 5dd4533a9a7ef3bb6ab7f9c8dad81b051d9a9a04 (woman-topic-history): Change defvar to defvaralias for symbol `Man-topic-history'. diff -r 5dd4533a9a7e -r 70dd4b1e1daf lisp/woman.el --- 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)