mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
Fix interactive spec of message-beginning-of-line
* lisp/gnus/message.el (message-beginning-of-line): Fix problem with C-S-a getting translated to C-a in message-mode (bug#39545).
This commit is contained in:
parent
0faa2c9590
commit
63ac91a2ec
1 changed files with 1 additions and 1 deletions
|
|
@ -6497,7 +6497,7 @@ When called without a prefix argument, header value spanning
|
|||
multiple lines is treated as a single line. Otherwise, even if
|
||||
N is 1, when point is on a continuation header line, it will be
|
||||
moved to the beginning "
|
||||
(interactive "p")
|
||||
(interactive "^p")
|
||||
(cond
|
||||
;; Go to beginning of header or beginning of line.
|
||||
((and message-beginning-of-line (message-point-in-header-p))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue