aboutsummaryrefslogtreecommitdiff
path: root/lib/texi-docstring-magic.el
AgeCommit message (Collapse)Author
2021-01-31report arguments for closures with make magicHendrik Tews
Switching to lexical scope and emacs using closure (instead of lambda) broke argument printing with make magic.
2021-01-31fix make magic problem with emacs 26 and olderHendrik Tews
Set text quoting style to get doc strings without unicode single quotation marks to keep the regular expressions in texi-docstring-magic working.
2018-12-13Use `cl-lib` instead of `cl` everywhereStefan Monnier
Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused.
2018-08-23Fix most doc issues raised by (checkdoc)Erik Martin-Dorel
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2012-08-30Summary: Don't quote lambda expressionsStefan Monnier
* coq/coq-indent.el (coq-indent-inner-regexp): Remove old X-Symbol element. (coq-save-count, coq-proof-count): * obsolete/plastic/plastic.el (plastic-shell-handle-output): * lib/texi-docstring-magic.el (texi-docstring-magic-insert-magic): * lib/pg-dev.el (emacs-lisp-mode-hook): * lib/maths-menu.el (maths-menu-filter-predicate) (maths-menu-tokenise-insert): * lib/holes.el (holes-next): * lego/lego.el (lego-shell-handle-output): * isar/isabelle-system.el (isabelle-docs-menu): * coq/coq.el (coq-compile-command, coq-compile-auto-save) (coq-compile-ignored-directories, coq-load-path-safep) (proof-shell-handle-delayed-output-hook): Don't quote lambda.
2010-07-08save-excursion -> with-temp-bufferDavid Aspinall
2009-09-05Tidy whitespaceDavid Aspinall
2008-01-16Updated.David Aspinall
2007-12-14Allow blank lines in quoted regions again.David Aspinall
2007-12-14Fix matching of quoted regions with empty linesDavid Aspinall
2007-12-10Fix parensDavid Aspinall
2007-12-10texi-docstring-magic-insert-magic: fix for GNU Emacs name: ↵David Aspinall
function-called-at-point
2006-09-22Fix typo.David Aspinall
2004-08-25Renamed fileDavid Aspinall