diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-11-03 17:27:26 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-11-03 17:27:26 -0500 |
commit | d94bc77ec77dea298063f182cc8a6548b6ccce81 (patch) | |
tree | ad87b9959c2c3e2f81477b7f6ad4b02444c66e99 /etc | |
parent | 033b622b42b1c82242de5f071f01c424fe1cd2c7 (diff) | |
download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |