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
3eb43f71
Commit
3eb43f71
authored
Dec 20, 1991
by
Jim Blandy
Browse files
*** empty log message ***
parent
e645a1dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
lisp/term/x-win.el
lisp/term/x-win.el
+1
-7
No files found.
lisp/term/x-win.el
View file @
3eb43f71
...
...
@@ -61,14 +61,8 @@
(
if
(
not
(
eq
window-system
'x
))
(
error
"Loading x-win.el but not compiled for X"
))
;; This is a temporary work-around while we the separate keymap
;; stuff isn't yet fixed. These variables aren't used anymore,
;; but the lisp code wants them to exist. -JimB
(
setq
global-mouse-map
(
make-sparse-keymap
))
(
setq
global-function-map
(
make-sparse-keymap
))
(
require
'x-mouse
)
(
require
'screen
)
(
require
'mouse
)
(
setq
command-switch-alist
(
append
'
((
"-bw"
.
x-handle-numeric-switch
)
...
...
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