Mercurial > emacs
changeset 44449:d43b78a12997
(tit-dictionary): Use defvar for non-constants.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 08 Apr 2002 22:50:57 +0000 |
parents | 0e48638ca6dd |
children | 5138658d1fea |
files | lisp/international/titdic-cnv.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/titdic-cnv.el Mon Apr 08 22:47:17 2002 +0000 +++ b/lisp/international/titdic-cnv.el Mon Apr 08 22:50:57 2002 +0000 @@ -217,7 +217,7 @@ dirname)) ;; This value is nil if we are processing phrase dictionary. -(defconst tit-dictionary t) +(defvar tit-dictionary t) (defvar tit-encode nil) (defvar tit-default-encode "GB")