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
1c599895
Commit
1c599895
authored
May 23, 1991
by
Jim Blandy
Browse files
*** empty log message ***
parent
4b5ca01b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/novice.el
lisp/novice.el
+1
-0
lisp/term/x-win.el
lisp/term/x-win.el
+2
-2
No files found.
lisp/novice.el
View file @
1c599895
...
...
@@ -26,6 +26,7 @@
;;;###autoload
(
setq
disabled-command-hook
'disabled-command-hook
)
;;;###autoload
(
defun
disabled-command-hook
(
&rest
ignore
)
(
let
(
char
)
(
save-window-excursion
...
...
lisp/term/x-win.el
View file @
1c599895
...
...
@@ -196,10 +196,10 @@ are left in ARGS."
(
interactive
)
(
mapcar
(
function
(
lambda
(
key-resname-default
)
(
let*
((
key
(
car
key-resname-default
))
(
let*
((
key
(
nth
0
key-resname-default
))
(
tail
(
assq
key
screen-default-alist
))
(
value
(
or
(
x-get-resource
(
nth
2
key-resname-default
))
(
or
(
x-get-resource
(
nth
1
key-resname-default
))
(
nth
3
key-resname-default
))))
(
if
tail
(
setcdr
tail
value
)
(
setq
screen-default-alist
...
...
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