diff options
author | Chong Yidong <cyd@gnu.org> | 2012-07-18 22:17:49 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-07-18 22:17:49 +0800 |
commit | 0fe776a1e40a7ce3c192d7a134c15b3a9ee7fc6e (patch) | |
tree | c36410ec4e3ffc392859b6bb54a9c29c77b5fa57 /etc | |
parent | 4c8ff0fec3bdafa5d4bd3bc67ca7a9edb4be1e8f (diff) | |
download | emacs-0fe776a1e40a7ce3c192d7a134c15b3a9ee7fc6e.tar.gz |
* lisp/bindings.el: Bind M-= to count-words.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -159,6 +159,8 @@ prompts for a column number. ** `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. |