summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* ; Normalize and add missing first and last linesStefan Kangas2021-04-199-10/+12
* * lisp/emacs-lisp/debug.el (debug): Fix (bug#47588)Stefan Monnier2021-04-182-1/+4
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Tweak furtherStefan Monnier2021-04-171-1/+1
* * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Improve `C-h f` outputStefan Monnier2021-04-161-18/+20
* ; Fix typos: emacs lisp -> Emacs LispStefan Kangas2021-04-162-2/+2
* ; Remove some useless commentsStefan Kangas2021-04-163-12/+0
* * lisp/emacs-lisp/bindat.el: Allow non-fixed size of `strz`Stefan Monnier2021-04-151-9/+24
* Add condition-case success handler (bug#47677)Mattias Engdegård2021-04-152-25/+42
* * lisp/emacs-lisp/eieio-core.el (list-of): Don't quote lambdaStefan Monnier2021-04-131-6/+6
* Don't version-control generated file `grammat-wy.el`Stefan Monnier2021-04-121-2/+1
* * lisp/emacs-lisp/smie.el: Fix URL. Remove redundant `:group` argsStefan Monnier2021-04-121-17/+17
* * lisp/emacs-lisp/memory-report.el (memory-report--object-size-1): SimplifyStefan Monnier2021-04-121-9/+9
* * lisp/emacs-lisp/float-sup.el (pi): Actually mark it as obsoleteStefan Monnier2021-04-121-0/+1
* * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongsStefan Monnier2021-04-121-2/+2
* (define-minor-mode): Warn about use of pre-Emacs-21 style argsStefan Monnier2021-04-121-99/+98
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-112-2/+3
* Fix typo in cconvMattias Engdegård2021-04-111-1/+1
* Edebug: Disable backtracking when hitting a &define keyword.Philipp Stephani2021-04-101-8/+10
* Fix condition-case optimiser bugMattias Engdegård2021-04-091-2/+8
* Don't preserve window-line in tabulated-list-printStefan Kangas2021-04-091-15/+4
* Self-TCO in `condition-case` error handlersMattias Engdegård2021-04-091-0/+7
* Clarify obsoletion messages for easy-menu-{add,remove}Stefan Kangas2021-04-071-2/+6
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-051-0/+1
* Obsolete local set difference functions in favor of seq-differenceStefan Kangas2021-04-051-0/+1
* Replace two functions with seq-subseqStefan Kangas2021-04-031-0/+1
* Use emacs-version instead of obsolete version variablesStefan Kangas2021-04-011-3/+6
* Convert many more links to use HTTPSStefan Kangas2021-03-242-2/+2
* Move string-trim functions to subr.elLars Ingebrigtsen2021-03-242-25/+0
* Fix cl-progv binding orderToby Cubitt2021-03-201-1/+2
* * lisp/emacs-lisp/bytecomp.el: Remember location of unresolved callsStefan Monnier2021-03-191-51/+20
* * lisp/emacs-lisp/pcase.el (pcase-compile-patterns): New function (bug#47261)Stefan Monnier2021-03-191-54/+93
* Fix copyright lines mistakenly treated as outline headersStefan Monnier2021-03-181-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl--self-tco): Optimize the "return nil" caseStefan Monnier2021-03-181-6/+12
* Optimise tail calls in `and` and `or` forms in `cl-labels` functionsMattias Engdegård2021-03-181-0/+6
* Compute chart-face-list dynamicallyLars Ingebrigtsen2021-03-181-28/+36
* Make memory-report work with buffer-local unbound varsLars Ingebrigtsen2021-03-181-1/+1
* * lisp/emacs-lisp/benchmark.el (benchmark-call): New functionStefan Monnier2021-03-171-31/+67
* Init archive and add noconfirm to 'package-install-selected-packages'Gabriel do Nascimento Ribeiro2021-03-151-6/+10
* Merge from origin/emacs-27Glenn Morris2021-03-121-2/+1
|\
| * * lisp/emacs-lisp/gv.el (edebug-after): Don't run the getter in the setterStefan Monnier2021-03-051-2/+1
* | ; Fix typos in doc stringsMattias Engdegård2021-03-121-1/+1
* | * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Simplify (doh!)Stefan Monnier2021-03-111-1/+1
* | * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Tune down the warningStefan Monnier2021-03-111-1/+2
* | * lisp/emacs-lisp/syntax.el (syntax-propertize-rules): Use `macroexp-let2`Stefan Monnier2021-03-111-6/+7
* | Make byte-compiled uses of `define-minor-mode' more compatibleLars Ingebrigtsen2021-03-121-5/+13
* | * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-112-5/+5
* | * lisp/emacs-lisp/cconv.el (cconv--analyze-use): Warn never-initialized varsStefan Monnier2021-03-111-5/+8
* | Fix byte-compilation warning in benchmark-runLars Ingebrigtsen2021-03-101-1/+2
* | Mark string predicates side-effect-freeMattias Engdegård2021-03-101-0/+2
* | Fix duplicate ":" in ert-find-test-other-window promptStefan Kangas2021-03-101-1/+1