mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
* lisp/indent.el (beginning-of-line-text): Mark it as a movement command
So that combining it with `shift` selects the text, as usual, in case you have it bound for example to `C-a` in a mode like `enriched-mode`.
This commit is contained in:
parent
ce35760b19
commit
cfb91b5bca
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ From the beginning of the line, moves past the left-margin indentation, the
|
|||
fill-prefix, and any indentation used for centering or right-justifying the
|
||||
line, but does not move past any whitespace that was explicitly inserted
|
||||
\(such as a tab used to indent the first line of a paragraph)."
|
||||
(interactive "p")
|
||||
(interactive "^p")
|
||||
(beginning-of-line n)
|
||||
(skip-chars-forward " \t")
|
||||
;; Skip over fill-prefix.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue