Pārlūkot izejas kodu

Ignore errors

master
10sr pirms 5 gadiem
vecāks
revīzija
0acab0c2ef
Parakstījis: 10sr GPG atslēgas ID: 7BEC428194130EB2
1 mainītis faili ar 4 papildinājumiem un 5 dzēšanām
  1. +4
    -5
      emacs.el

+ 4
- 5
emacs.el Parādīt failu

@@ -1110,11 +1110,10 @@ found, otherwise returns nil."
(not (minibufferp))
;; Do nothing when already in company completion
(not company-candidates))
(unwind-protect
(progn
;; (company-auto-begin)
(company-manual-begin)
(setq l company-candidates-length))
(ignore-errors
;; (company-auto-begin)
(company-manual-begin)
(setq l company-candidates-length)
(company-cancel)))
(if l
(format "[%d]" l)


Notiek ielāde…
Atcelt
Saglabāt