Replies: 1 comment
-
|
Yes, it is correct. Check the entire cl-loop. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I suddenly noticed that no misspellings were being detected. After spending some time digging into it and debugging, the
ifcondition injinx--mode-listdoesn't seem quite right to me. It looks like it could just return the first mode that satisfies(and (boundp mode) (symbol-value mode)), even if that isn't actually the major mode or minor mode we want:Sorry if I've misunderstood something.
Beta Was this translation helpful? Give feedback.
All reactions