emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/company c09e7ff 01/46: Remove unused variable


From: Dmitry Gutov
Subject: [elpa] externals/company c09e7ff 01/46: Remove unused variable
Date: Wed, 30 Dec 2020 18:33:00 -0500 (EST)

branch: externals/company
commit c09e7ff23d0d3e1927eb13c312d90aefd6b731b9
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Remove unused variable
---
 company.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/company.el b/company.el
index d460b88..12cbb17 100644
--- a/company.el
+++ b/company.el
@@ -2016,14 +2016,6 @@ uses the search string to filter the completion 
candidates."
   (interactive)
   (company-search-mode 1))
 
-(defvar company-filter-map
-  (let ((keymap (make-keymap)))
-    (define-key keymap [remap company-search-printing-char]
-      'company-filter-printing-char)
-    (set-keymap-parent keymap company-search-map)
-    keymap)
-  "Keymap used for incrementally searching the completion candidates.")
-
 (defun company-filter-candidates ()
   "Start filtering the completion candidates incrementally.
 This works the same way as `company-search-candidates' immediately



reply via email to

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