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
f3783bef
Commit
f3783bef
authored
Nov 15, 1993
by
Richard M. Stallman
Browse files
(sun-raw-prefix): Make this just a variable, not a function name.
parent
ad8f07cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/term/sun.el
lisp/term/sun.el
+2
-2
No files found.
lisp/term/sun.el
View file @
f3783bef
...
...
@@ -98,8 +98,8 @@
(
defvar
sun-esc-bracket
nil
"*If non-nil, rebind ESC [ as prefix for Sun function keys."
)
(
def
ine-prefix-command
'sun-raw-prefix
)
(
define-key
function-key-map
"\e["
'
sun-raw-prefix
)
(
def
var
sun-raw-prefix
(
make-sparse-keymap
)
)
(
define-key
function-key-map
"\e["
sun-raw-prefix
)
(
define-key
sun-raw-prefix
"210z"
[r3]
)
(
define-key
sun-raw-prefix
"213z"
[r6]
)
...
...
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