1
Fork 0
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:
Leo Liu 2013-12-13 09:54:09 +08:00
parent 4a9c6865cb
commit b9e20952ea
3 changed files with 15 additions and 7 deletions

View file

@ -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).