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
45f83af2
Commit
45f83af2
authored
Feb 03, 1996
by
Richard M. Stallman
Browse files
(gnus-mail-reply-using-mail): Use the local keymap
instead of `mail-mode-map'.
parent
e9110dc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/gnus-msg.el
lisp/gnus-msg.el
+1
-1
No files found.
lisp/gnus-msg.el
View file @
45f83af2
...
...
@@ -1560,7 +1560,7 @@ mailer."
subject
message-of
nil
gnus-article-copy
nil
)
(
auto-save-mode
auto-save-default
)
(
use-local-map
(
copy-keymap
mail-mode
-map
))
(
use-local-map
(
copy-keymap
(
current-local
-map
))
)
(
local-set-key
"\C-c\C-c"
'gnus-mail-send-and-exit
)
(
if
(
and
follow-to
(
listp
follow-to
))
...
...
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