From b9e20952ea75d1c82c7d0935004c23e795c67e2f Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Fri, 13 Dec 2013 09:54:09 +0800 Subject: * bindings.el (visual-order-cursor-movement): Fix version. * indent.el (indent-region): Disable progress reporter in minibuffer. Fixes: debbugs:16108 --- lisp/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/bindings.el') 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). -- cgit v1.2.1