From: Stefan Kangas Date: Wed, 9 Dec 2020 21:24:43 +0000 (+0100) Subject: ; Fix typo in my previous commit X-Git-Tag: emacs-28.0.90~4805 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1729883c988d8893ef3e1ed0d26f52e150cd1b8f;p=emacs.git ; Fix typo in my previous commit * lisp/pcomplete.el (pcomplete-comint-setup): Fix typo. --- diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index a24df93a828..4b31d157f67 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -742,7 +742,7 @@ this is `comint-dynamic-complete-functions'." #'pcomplete-parse-comint-arguments) (add-hook 'completion-at-point-functions #'pcomplete-completions-at-point nil 'local) - (setq-local ompletef-sym + (setq-local completef-sym (copy-sequence (symbol-value completef-sym))) (let* ((funs (symbol-value completef-sym)) (elem (or (memq 'comint-filename-completion funs)