diff options
| author | Stefan Monnier | 2002-04-08 22:50:57 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-04-08 22:50:57 +0000 |
| commit | 8c1ccc6c06498aa3dd2eca48ee023a10fc02d213 (patch) | |
| tree | e623b666802b3ca51ddbb6097e2d0f761af0c163 | |
| parent | c98cd8bb840a61f2ed3890cbc0c4f5222cd60110 (diff) | |
| download | emacs-8c1ccc6c06498aa3dd2eca48ee023a10fc02d213.tar.gz emacs-8c1ccc6c06498aa3dd2eca48ee023a10fc02d213.zip | |
(tit-dictionary): Use defvar for non-constants.
| -rw-r--r-- | lisp/international/titdic-cnv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index b7ac8a93fd0..e7caf3da9ba 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el | |||
| @@ -217,7 +217,7 @@ SPC, 6, 3, 4, or 7 specifing a tone (SPC:$(0?v(N(B, 6:$(0Dm(N(B, 3:$(0&9Vy | |||
| 217 | dirname)) | 217 | dirname)) |
| 218 | 218 | ||
| 219 | ;; This value is nil if we are processing phrase dictionary. | 219 | ;; This value is nil if we are processing phrase dictionary. |
| 220 | (defconst tit-dictionary t) | 220 | (defvar tit-dictionary t) |
| 221 | (defvar tit-encode nil) | 221 | (defvar tit-encode nil) |
| 222 | (defvar tit-default-encode "GB") | 222 | (defvar tit-default-encode "GB") |
| 223 | 223 | ||