summaryrefslogtreecommitdiff
path: root/lisp/progmodes/elisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Clarify and improve doc strings of 'eval-last-sexp' and friendsEli Zaretskii2018-07-061-5/+5
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* (elisp-flymake-byte-compile): Handle killed buffer in sentinelStefan Monnier2017-12-221-3/+5
* Suppress warnings during elisp completion macroexpansionNoam Postavsky2017-12-111-1/+3
* Protect Flymake checkdoc backend against checkdoc errors (bug#29176)João Távora2017-11-091-1/+5
* Flymake backends must check proc obsoleteness in source bufferJoão Távora2017-10-201-1/+2
* Cleanup emacs-lisp-mode's use of FlymakeJoão Távora2017-10-061-66/+54
* Minimal tweak as an attempt to future-proof Flymake APIJoão Távora2017-10-031-2/+2
* Integrate Flymake elisp checkers into elisp-mode.el directlyJoão Távora2017-10-031-6/+165
* Tweak Flymake autoloads and dependenciesJoão Távora2017-10-031-1/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/elec-pair.el (electric-pair-text-pairs): Don't autoload (Bug#24901).Noam Postavsky2017-08-181-3/+6
* Fix eldoc highlighting for &key args (Bug#27272)Thierry Volpiatto2017-08-151-12/+13
* Fix eldoc bug with curved quotePaul Eggert2017-06-041-1/+1
* Limit integers printed as characters (Bug#16828)Noam Postavsky2017-05-191-8/+12
* Refactor lisp eval result printingNoam Postavsky2017-05-191-18/+17
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-051-3/+3
|\ \ | |/
| * Don't let completion break `declare' handlingPaul Pogonyshev2016-07-231-3/+3
* | Merge from origin/emacs-25Paul Eggert2016-08-051-1/+7
|\ \ | |/
| * Add to elisp-completion-at-point's docstringNoam Postavsky2016-06-271-1/+7
* | * cl-generic.el: Fix problems introduced by new load-history formatStefan Monnier2016-08-021-1/+4
* | Merge from origin/emacs-25Paul Eggert2016-05-311-1/+2
|\ \ | |/
| * * lisp/progmodes/elisp-mode.el (elisp-function-argstring): CallAndreas Schwab2016-05-281-1/+2
* | Merge from origin/emacs-25Paul Eggert2016-05-051-2/+3
|\ \ | |/
| * Use save-excursion in xref-location-marker moreDmitry Gutov2016-05-051-2/+3
* | Allow eval-ing named character literalsPhilipp Stephani2016-05-021-0/+11
* | -Paul Eggert2016-03-221-1/+1
|\ \ | |/
| * Make lisp-completion-at-point's argument optionalDmitry Gutov2016-03-141-1/+1
* | * elisp-mode.el (elisp--font-lock-flush-elisp-buffers): Fix commentStefan Monnier2016-01-161-5/+2
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rename project-library-roots to project-external-rootsDmitry Gutov2015-12-281-4/+4
* Make lisp-completion-at-point a wrapper instead of an aliasDmitry Gutov2015-11-301-2/+3
* Don't use package-user-dir in elisp-library-roots if it's not boundDmitry Gutov2015-11-241-2/+3
* Add xref--etags-backend to xref-backing-functions using add-hookDmitry Gutov2015-11-211-1/+0
* Improve a few doc strings, commentsStephen Leake2015-11-151-0/+1
* Unify the absolutely equal xref-backend-references implementationsDmitry Gutov2015-11-151-12/+0
* Use generic dispatch for xref backendsDmitry Gutov2015-11-141-24/+17
* * lisp/progmodes/elisp-mode.el: Declare function `project-roots'Juanma Barranquero2015-11-131-0/+1
* Merge branch 'project-next'Dmitry Gutov2015-11-101-5/+8
|\
| * Fold `project-ask-user' into `project-current'Dmitry Gutov2015-11-101-1/+1
| * Rename "search path" to "library roots"Dmitry Gutov2015-11-061-5/+8
* | Ensure redisplay after evaluationEli Zaretskii2015-11-061-11/+3
* | Ensure redisplay after "C-x C-e"Eli Zaretskii2015-11-061-4/+11
|/
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix a bug in elisp--xref-find-definitions related to cl-generic defaultsStephen Leake2015-09-151-1/+7
* Revert some stray curved quotes I missed earlierPaul Eggert2015-09-101-2/+2
* Make syntax.c call syntax-propertize on demandStefan Monnier2015-09-091-1/+2