]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix interactive spec of message-beginning-of-line
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Aug 2020 14:12:07 +0000 (16:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Aug 2020 14:12:07 +0000 (16:12 +0200)
* lisp/gnus/message.el (message-beginning-of-line): Fix problem
with C-S-a getting translated to C-a in message-mode (bug#39545).

lisp/gnus/message.el

index 417982731e8f2f3ba89ea4f75175f37dfd6a9ddc..d4b057f593c80afcd271dc8ff16a2a8677eb686f 100644 (file)
@@ -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))