Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
56c5808a
Commit
56c5808a
authored
Dec 04, 2006
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(global-map): Bind [signal t] to ignore, to have
user signals ignored by default.
parent
d96658e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/bindings.el
lisp/bindings.el
+4
-0
No files found.
lisp/bindings.el
View file @
56c5808a
...
...
@@ -1064,6 +1064,10 @@ language you are using."
(
define-key
ctl-x-4-map
"c"
'clone-indirect-buffer-other-window
)
;; Signal handlers
(
define-key
global-map
[signal]
(
make-sparse-keymap
))
(
define-key
global-map
[signal
t]
'ignore
)
;; Don't look for autoload cookies in this file.
;; Local Variables:
;; no-update-autoloads: t
...
...
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