aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1999-02-23 22:22:50 +0000
committerKarl Heuer <[email protected]>1999-02-23 22:22:50 +0000
commite6e9c5160dfef762ce0e41c8b17c43a024bdd0f2 (patch)
tree0538efdf83c309ae3583f74c8c987feb0d589b62 /lisp/term
parentef79f4a6e5660542cbf25b346a610db50d2f38db (diff)
(vt100-wide-mode): Use defvar, not defconst.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/vt100.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el
index 83fcc42d6e..3092a405fe 100644
--- a/lisp/term/vt100.el
+++ b/lisp/term/vt100.el
@@ -39,7 +39,7 @@
(load "term/lk201" nil t)
;;; Controlling the screen width.
-(defconst vt100-wide-mode (= (frame-width) 132)
+(defvar vt100-wide-mode (= (frame-width) 132)
"t if vt100 is in 132-column mode.")
(defun vt100-wide-mode (&optional arg)