mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* bindings.el (visual-order-cursor-movement): Fix version.
* indent.el (indent-region): Disable progress reporter in minibuffer. Fixes: debbugs:16108
This commit is contained in:
parent
4a9c6865cb
commit
b9e20952ea
3 changed files with 15 additions and 7 deletions
|
|
@ -710,7 +710,7 @@ cursor movements produce identical results."
|
|||
:type '(choice (const :tag "Logical-order cursor movement" nil)
|
||||
(const :tag "Visual-order cursor movement" t))
|
||||
:group 'display
|
||||
:version "24.5")
|
||||
:version "24.4")
|
||||
|
||||
(defun right-char (&optional n)
|
||||
"Move point N characters to the right (to the left if N is negative).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue