summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-11-03 17:27:26 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2014-11-03 17:27:26 -0500
commitd94bc77ec77dea298063f182cc8a6548b6ccce81 (patch)
treead87b9959c2c3e2f81477b7f6ad4b02444c66e99 /etc
parent033b622b42b1c82242de5f071f01c424fe1cd2c7 (diff)
downloademacs-d94bc77ec77dea298063f182cc8a6548b6ccce81.tar.gz
* lisp/simple.el (execute-extended-command--last-typed): New var.
(read-extended-command): Set it. Don't complete obsolete commands. (execute-extended-command--shorter-1) (execute-extended-command--shorter): New functions. (execute-extended-command): Use them to suggest shorter names. (indicate-copied-region, deactivate-mark): Use region-active-p.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d88e8b3f335..681efbd6d82 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,6 +49,7 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
* Changes in Emacs 25.1
+** M-x suggests shorthands and ignores obsolete commands for completion.
** x-select-enable-clipboard is renamed select-enable-clipboard.
x-select-enable-primary and renamed select-enable-primary.
Additionally they both now apply to all systems (OSX, GNUstep, Windows, you