summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-07-18 22:17:49 +0800
committerChong Yidong <cyd@gnu.org>2012-07-18 22:17:49 +0800
commit0fe776a1e40a7ce3c192d7a134c15b3a9ee7fc6e (patch)
treec36410ec4e3ffc392859b6bb54a9c29c77b5fa57 /lisp/bindings.el
parent4c8ff0fec3bdafa5d4bd3bc67ca7a9edb4be1e8f (diff)
downloademacs-0fe776a1e40a7ce3c192d7a134c15b3a9ee7fc6e.tar.gz
* lisp/bindings.el: Bind M-= to count-words.
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 e0555a17b15..655cda235b4 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -793,7 +793,7 @@ if `inhibit-field-text-motion' is non-nil."
(define-key ctl-x-map "\C-o" 'delete-blank-lines)
(define-key esc-map " " 'just-one-space)
(define-key esc-map "z" 'zap-to-char)
-(define-key esc-map "=" 'count-words-region)
+(define-key esc-map "=" 'count-words)
(define-key ctl-x-map "=" 'what-cursor-position)
(define-key esc-map ":" 'eval-expression)
;; Define ESC ESC : like ESC : for people who type ESC ESC out of habit.