emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1729883: ; Fix typo in my previous commit


From: Stefan Kangas
Subject: master 1729883: ; Fix typo in my previous commit
Date: Wed, 9 Dec 2020 16:27:31 -0500 (EST)

branch: master
commit 1729883c988d8893ef3e1ed0d26f52e150cd1b8f
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Fix typo in my previous commit
    
    * lisp/pcomplete.el (pcomplete-comint-setup): Fix typo.
---
 lisp/pcomplete.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el
index a24df93..4b31d15 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]