eshell: ignore errors thrown by pcomplete

This commit is contained in:
Henrik Lissner 2018-06-30 02:21:02 +02:00
parent e9c97d7ad0
commit 2dbdbc245c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -155,7 +155,7 @@ module to be loaded."
bottom. This ties pcomplete into ivy or helm, if they are enabled." bottom. This ties pcomplete into ivy or helm, if they are enabled."
(interactive) (interactive)
(require 'pcomplete) (require 'pcomplete)
(pcomplete-std-complete)) (ignore-errors (pcomplete-std-complete)))
;;;###autoload ;;;###autoload
(defun +eshell/quit-or-delete-char (arg) (defun +eshell/quit-or-delete-char (arg)