Sfoglia il codice sorgente

Ignore errors

master
10sr 5 anni fa
parent
commit
0acab0c2ef
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 4 aggiunte e 5 eliminazioni
  1. +4
    -5
      emacs.el

+ 4
- 5
emacs.el Vedi File

@@ -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)


Caricamento…
Annulla
Salva