No description
Find a file
Justin Burkett 9638870f53 Handle automatic macro expansion by elisp-completion-at-point
The function `elisp--local-variables' inserts an unbound variable,
`elisp--witness--lisp', into macro forms to determine the locally bound
variables for `elisp-completion-at-point'. It ends up throwing a lot of errors
since it can occupy the position of a keyword (or look like a second argument to
a keyword that takes one). Deleting it when it's at the top level should be
harmless since there should be no locally bound variables to discover here
anyway.
2017-12-19 22:30:59 -05:00
doc/misc Commit .texi file, as it requires several dependencies to generate 2017-12-04 12:11:59 -08:00
etc Add further note to NEWS.md 2017-12-07 15:50:07 -08:00
lisp/use-package Handle automatic macro expansion by elisp-completion-at-point 2017-12-19 22:30:59 -05:00
test/lisp/use-package All the second argument in use-package-defaults lists to be a function 2017-12-15 22:48:42 -08:00