emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 66379a7 9/9: (extended-command-suggest-shorter): Ad


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 66379a7 9/9: (extended-command-suggest-shorter): Add a version string
Date: Sat, 30 Apr 2016 15:31:19 +0000

branch: master
commit 66379a737d0ab09d05f9d770cf715247db5eacae
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    (extended-command-suggest-shorter): Add a version string
    
    * lisp/simple.el (extended-command-suggest-shorter): Add a
    version string.
---
 lisp/simple.el |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index fca7396..da6deea 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."
                  (other :tag "on")))
 
 (defcustom extended-command-suggest-shorter t
-  "Non-nil means show a shorter M-x invocation when there is one."
+  "If non-nil, show a shorter M-x invocation when there is one."
   :group 'keyboard
-  :type 'boolean)
+  :type 'boolean
+  :version "25.2")
 
 (defun execute-extended-command--shorter-1 (name length)
   (cond



reply via email to

[Prev in Thread] Current Thread [Next in Thread]