** `mouse-avoidance-banish-position' can now be used to customize
`mouse-avoidance-mode' further.
+** `M-=' is now bound to `count-words', not `count-words-region'.
+
** `C-M-f' and `C-M-b' will now move to the path name separator
character when doing minibuffer filename prompts.
2012-07-18 Chong Yidong <cyd@gnu.org>
+ * bindings.el: Bind M-= to count-words.
+
* faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2012-07-18 Masatake YAMATO <yamato@redhat.com>
(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.