]> code.delx.au - gnu-emacs/blobdiff - lisp/term/vt100.el
ns-win.el trivia.
[gnu-emacs] / lisp / term / vt100.el
index 017c976ed512020f2ab7f32ccc7725a0da86d048..24561fe835fabe8ad83d933af0df8f06d7a0abb3 100644 (file)
@@ -45,7 +45,7 @@
   "Toggle 132/80 column mode for vt100s.
 With positive argument, switch to 132-column mode.
 With negative argument, switch to 80-column mode."
-  :global t :initial-value (= (frame-width) 132)
+  :global t :init-value (= (frame-width) 132)
   (send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l"))
   (set-frame-width terminal-frame (if vt100-wide-mode 132 80)))