emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/jinx 9a7122c894: Hide jinx-correct-select from M-x


From: ELPA Syncer
Subject: [elpa] externals/jinx 9a7122c894: Hide jinx-correct-select from M-x
Date: Wed, 17 May 2023 07:58:48 -0400 (EDT)

branch: externals/jinx
commit 9a7122c894b14f0d625ac183db657075c9438cc7
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Hide jinx-correct-select from M-x
---
 jinx.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jinx.el b/jinx.el
index e54be375b9..ac29651cad 100644
--- a/jinx.el
+++ b/jinx.el
@@ -861,6 +861,7 @@ If prefix argument ALL non-nil correct all misspellings."
     (delete-minibuffer-contents)
     (insert word)
     (exit-minibuffer)))
+(put #'jinx-correct-select 'completion-predicate #'ignore)
 
 (defun jinx-next (n)
   "Go to to Nth next misspelling."



reply via email to

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