emacs-diffs
[Top][All Lists]
Advanced

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

feature/icomplete-vertical 337a5f9 14/16: convert icomplete-tidy-shadowe


From: Jimmy Aguilar Mena
Subject: feature/icomplete-vertical 337a5f9 14/16: convert icomplete-tidy-shadowed-file-names in a custom
Date: Tue, 15 Sep 2020 05:34:18 -0400 (EDT)

branch: feature/icomplete-vertical
commit 337a5f9bc3dc0d5bdeb7c1dbc6386e69397dcb0d
Author: Jimmy Aguilar Mena <spacibba@aol.com>
Commit: Jimmy Aguilar Mena <spacibba@aol.com>

    convert icomplete-tidy-shadowed-file-names in a custom
---
 lisp/icomplete.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 76814b8..76d83f1 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -64,11 +64,13 @@ When nil, show candidates in full."
   :type 'boolean
   :version "24.4")
 
-(defvar icomplete-tidy-shadowed-file-names nil
+(defcustom icomplete-tidy-shadowed-file-names nil
   "If non-nil, automatically delete superfluous parts of file names.
 For example, if the user types ~/ after a long path name,
 everything preceding the ~/ is discarded so the interactive
-selection process starts again from the user's $HOME.")
+selection process starts again from the user's $HOME."
+  :type 'boolean
+  :version "28.1")
 
 (defcustom icomplete-show-matches-on-no-input nil
   "When non-nil, show completions when first prompting for input.



reply via email to

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