summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2013-12-13 09:54:09 +0800
committerLeo Liu <sdl.web@gmail.com>2013-12-13 09:54:09 +0800
commitb9e20952ea75d1c82c7d0935004c23e795c67e2f (patch)
treeaa1612ebbd838fd65997aa8a0249c15c7fa211d4 /lisp/bindings.el
parent4a9c6865cba04b0bfb4518659f6c21224ff6fb3e (diff)
downloademacs-b9e20952ea75d1c82c7d0935004c23e795c67e2f.tar.gz
* bindings.el (visual-order-cursor-movement): Fix version.
* indent.el (indent-region): Disable progress reporter in minibuffer. Fixes: debbugs:16108
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 4fa7c6daf82..f6ef562dbc6 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -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).