We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cd63a commit 150c583Copy full SHA for 150c583
flymake-quickdef.el
@@ -66,7 +66,9 @@ If you use this macro in a package you *must* unconditionally
66
`require' 'flymake-quickdef so that the full library is loaded
67
when running. It is not sufficient to simply require it when
68
compiling. This is to ensure that supporting definitions (like
69
-state variables) are made for all generated functions.
+state variables) are made for all generated functions. To do
70
+this simply add: \"(require 'flymake-quickdef)\" to the top of
71
+your package.
72
73
The backend generated by this function invokes an external
74
program on the contents of a buffer and processes its output. It
0 commit comments