Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e6e9c516
Commit
e6e9c516
authored
Feb 23, 1999
by
Karl Heuer
Browse files
(vt100-wide-mode): Use defvar, not defconst.
parent
ef79f4a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/term/vt100.el
lisp/term/vt100.el
+1
-1
No files found.
lisp/term/vt100.el
View file @
e6e9c516
...
...
@@ -39,7 +39,7 @@
(
load
"term/lk201"
nil
t
)
;;; Controlling the screen width.
(
def
const
vt100-wide-mode
(
=
(
frame-width
)
132
)
(
def
var
vt100-wide-mode
(
=
(
frame-width
)
132
)
"t if vt100 is in 132-column mode."
)
(
defun
vt100-wide-mode
(
&optional
arg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment