aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 83fcc42d6e1..3092a405fec 100644
--- a/lisp/term/vt100.el
+++ b/lisp/term/vt100.el
@@ -39,7 +39,7 @@
39(load "term/lk201" nil t) 39(load "term/lk201" nil t)
40 40
41;;; Controlling the screen width. 41;;; Controlling the screen width.
42(defconst vt100-wide-mode (= (frame-width) 132) 42(defvar vt100-wide-mode (= (frame-width) 132)
43 "t if vt100 is in 132-column mode.") 43 "t if vt100 is in 132-column mode.")
44 44
45(defun vt100-wide-mode (&optional arg) 45(defun vt100-wide-mode (&optional arg)