diff options
| author | Lars Ingebrigtsen | 2016-04-30 17:30:59 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-30 17:30:59 +0200 |
| commit | 66379a737d0ab09d05f9d770cf715247db5eacae (patch) | |
| tree | 37d888f11a220bb04f286d4054cc82712356d429 | |
| parent | 12515d890f3c545186e023863e4ee6ba2cc65333 (diff) | |
| download | emacs-66379a737d0ab09d05f9d770cf715247db5eacae.tar.gz emacs-66379a737d0ab09d05f9d770cf715247db5eacae.zip | |
(extended-command-suggest-shorter): Add a version string
* lisp/simple.el (extended-command-suggest-shorter): Add a
version string.
| -rw-r--r-- | lisp/simple.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index fca739636c6..da6deea3e84 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1635,9 +1635,10 @@ If the value is non-nil and not a number, we wait 2 seconds." | |||
| 1635 | (other :tag "on"))) | 1635 | (other :tag "on"))) |
| 1636 | 1636 | ||
| 1637 | (defcustom extended-command-suggest-shorter t | 1637 | (defcustom extended-command-suggest-shorter t |
| 1638 | "Non-nil means show a shorter M-x invocation when there is one." | 1638 | "If non-nil, show a shorter M-x invocation when there is one." |
| 1639 | :group 'keyboard | 1639 | :group 'keyboard |
| 1640 | :type 'boolean) | 1640 | :type 'boolean |
| 1641 | :version "25.2") | ||
| 1641 | 1642 | ||
| 1642 | (defun execute-extended-command--shorter-1 (name length) | 1643 | (defun execute-extended-command--shorter-1 (name length) |
| 1643 | (cond | 1644 | (cond |