summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Set revert-buffer-function in ert-results-modeMattias Engdegård2019-07-161-1/+3
* Revert "Add edebug specs for inline.el"Lars Ingebrigtsen2019-07-151-2/+0
* Tweak gv-define-setter debug settingLars Ingebrigtsen2019-07-151-1/+1
* package-archive-priorities doc additionLars Ingebrigtsen2019-07-151-1/+3
* Make elint understand condition-case-unless-debugLars Ingebrigtsen2019-07-141-0/+1
* Remove incorrect commentary about #$ in autoloadsNoam Postavsky2019-07-131-5/+0
* Add edebug specs for inline.elLars Ingebrigtsen2019-07-131-0/+2
* Tweak output of doc in advice--make-docstringLars Ingebrigtsen2019-07-131-4/+6
* Make check-declare understand cl-defunLars Ingebrigtsen2019-07-131-1/+1
* Fix cl-defstruct doc string fixLars Ingebrigtsen2019-07-131-2/+0
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typoPhil Sainty2019-07-131-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Adapt docstring.Michael Albinus2019-07-131-3/+5
* Document fix for cl-defstructLars Ingebrigtsen2019-07-131-1/+3
* Always include the number of unexpected ert testsLars Ingebrigtsen2019-07-131-8/+2
* Revert "Turn off bytecode jumptables to avoid Bug#36447"Stefan Monnier2019-07-091-2/+1
* Checkdoc would bug out on empty filesLars Ingebrigtsen2019-07-091-2/+8
* Fix for lisp tagbody indentationRyan Brown2019-07-091-1/+1
* Tweak messaging in re-builderLars Ingebrigtsen2019-07-091-1/+1
* Turn off bytecode jumptables to avoid Bug#36447Noam Postavsky2019-07-081-1/+2
* Shorter `rx' doc string (bug#36496)Mattias Engdegård2019-07-071-321/+96
* * lisp/emacs-lisp/nadvice.el: Make it a package separate from `emacs`.Stefan Monnier2019-07-061-1/+0
* Add commentary about #$ in autoload filesNoam Postavsky2019-07-061-2/+6
* Optimise more inputs to `regexp-opt' (bug#36444)Mattias Engdegård2019-07-041-24/+22
* Better error message for C-h P RETMattias Engdegård2019-07-021-1/+1
* Allow empty argument to `regexp-opt-charset'Mattias Engdegård2019-06-291-8/+12
* Strength-reduce `equal', `eql', `member' and `memql'Mattias Engdegård2019-06-281-1/+34
* Add more fontification to regexp builder modeLennart Borgman2019-06-271-4/+141
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-267-44/+102
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-267-102/+44
* Fix (rx-to-string (and (literal STR) (regexp STR)) regressionNoam Postavsky2019-06-261-2/+2
* Merge consecutive constant `concat' args (bug#14769)Mattias Engdegård2019-06-261-0/+29
* Support (rx (and (regexp EXPR) (literal EXPR))) (Bug#36237)Noam Postavsky2019-06-251-88/+154
* * lisp/emacs-lisp/cl-extra.el (cl-isqrt): Speed up bignum caseStefan Monnier2019-06-251-3/+2
* Move widen/narrow in tabulated lists to } and {Lars Ingebrigtsen2019-06-251-2/+2
* Preserve header lines from derived modes in tabulated listsVaidheeswaran C2019-06-251-2/+7
* Add imenu support to package-menu-modeDamien Cassou2019-06-251-1/+23
* Fix up key bindings in previous tabulated-list patchLars Ingebrigtsen2019-06-241-2/+2
* Add new commands to widen/narrow tabulated list columnsLars Ingebrigtsen2019-06-241-0/+35
* Document syntax-ppss-contextLars Ingebrigtsen2019-06-241-0/+4
* (if-let): Improve docstring by mentioning let*Alex Branham2019-06-231-2/+3
* Check validity of rx submatch-n numberMattias Engdegård2019-06-231-0/+2
* (with-suppressed-warnings): Also suppress warnings when not byte-compilingStefan Monnier2019-06-221-5/+17
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-215-8/+2
* Clean up eieio-custom slightlyLars Ingebrigtsen2019-06-201-5/+0
* Remove XEmacs compat code from checkdoc.elLars Ingebrigtsen2019-06-201-7/+3
* Move around defgeneric/defmethods in eieioLars Ingebrigtsen2019-06-192-17/+19
* (with-suppressed-warnings): Make it apply to macro-expansion as wellStefan Monnier2019-06-191-20/+14
* Tweak progress reporting in update-directory-autoloadsLars Ingebrigtsen2019-06-191-6/+8
* Compile any subsequence of `cond' clauses to switch (bug#36139)Mattias Engdegård2019-06-191-180/+162
* Compile cond with heterogeneous tests into switch (bug#36139)Mattias Engdegård2019-06-191-12/+17