diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-12-09 22:24:43 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-12-09 22:24:43 +0100 |
commit | 1729883c988d8893ef3e1ed0d26f52e150cd1b8f (patch) | |
tree | b653838cd6d83dbd199d3e6cf4761c6fbb673fcf /lisp/pcomplete.el | |
parent | 5af6a87d51fd5008c05876616c665679ffd0a597 (diff) | |
download | emacs-1729883c988d8893ef3e1ed0d26f52e150cd1b8f.tar.gz emacs-1729883c988d8893ef3e1ed0d26f52e150cd1b8f.tar.bz2 emacs-1729883c988d8893ef3e1ed0d26f52e150cd1b8f.zip |
; Fix typo in my previous commit
* lisp/pcomplete.el (pcomplete-comint-setup): Fix typo.
Diffstat (limited to 'lisp/pcomplete.el')
-rw-r--r-- | lisp/pcomplete.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |