]> git.eshelyaron.com Git - emacs.git/commitdiff
(vt100-wide-mode): Use defvar, not defconst.
authorKarl Heuer <kwzh@gnu.org>
Tue, 23 Feb 1999 22:22:50 +0000 (22:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 23 Feb 1999 22:22:50 +0000 (22:22 +0000)
lisp/term/vt100.el

index 83fcc42d6e1bac2e47d59a78f5c13026ab436b06..3092a405fec95346538a7f01673c34be65eab5b6 100644 (file)
@@ -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)