summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-2963-2388/+2450
|\
| * Fix warning about obsoleted generalized variablesLars Ingebrigtsen2022-08-251-0/+1
| * Make frame-width obsolete as a generalized variableLars Ingebrigtsen2022-08-251-0/+2
| * Add NEWS entry about obsoleted generalized variablesLars Ingebrigtsen2022-08-231-1/+2
| * Make XEmacs compat alias face-background-pixmap obsoleteStefan Kangas2022-08-232-2/+5
| * ; Minor doc fix in easy-menu-{add,remove}Stefan Kangas2022-08-231-16/+2
| * Revert the changes to lisp-current-defun-nameLars Ingebrigtsen2022-08-231-55/+18
| * Make buffer-local-value obsolete as a generalized variableLars Ingebrigtsen2022-08-231-12/+13
| * Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-233-4/+5
| * Fix some no-X build warningsLars Ingebrigtsen2022-08-221-1/+3
| * Prefer pos-bol and pos-eol in tabulated-list.elStefan Kangas2022-08-221-8/+8
| * ; * lisp/emacs-lisp/shortdoc.el (buffer): Improve sorting.Stefan Kangas2022-08-221-2/+2
| * Remove probably debugging code in reb-fontify-string-reLars Ingebrigtsen2022-08-221-2/+1
| * * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some type specAndrea Corallo2022-08-221-6/+16
| * Revert "Make the generalized buffer-local-variable obsolete"Lars Ingebrigtsen2022-08-222-14/+12
| * Make the generalized buffer-local-variable obsoleteLars Ingebrigtsen2022-08-212-12/+14
| * Make many seldom-used generalized variables obsoleteLars Ingebrigtsen2022-08-211-0/+83
| * Make it possible to mark generalized variables as obsoleteLars Ingebrigtsen2022-08-213-13/+33
| * Mention delete-line in shortdocLars Ingebrigtsen2022-08-211-0/+2
| * Update function properties and optimisationsMattias Engdegård2022-08-211-7/+13
| * * lisp/emacs-lisp/shortdoc.el (buffer): Add missing functionsMattias Engdegård2022-08-211-0/+5
| * Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen2022-08-211-4/+4
| * Move `while` syntax check from optimiser to macroexpandMattias Engdegård2022-08-192-3/+5
| * Display new keybinding in obsolete command warningStefan Kangas2022-08-191-1/+3
| * ; Delete not-useful comments referring to Emacs 19.Stefan Kangas2022-08-193-3/+1
| * Add new functions eol and bolLars Ingebrigtsen2022-08-191-0/+12
| * * Rename `comp--typeof-builtin-types'Andrea Corallo2022-08-181-5/+5
| * * lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): RemoveAndrea Corallo2022-08-181-4/+0
| * Merge from origin/emacs-28Stefan Kangas2022-08-181-0/+4
| |\
| | * cl-reduce doc string improvementColin Woodbury2022-08-181-0/+4
| * | Fix string-to-syntax signature in comp-known-type-specifiersMattias Engdegård2022-08-181-1/+1
| * | * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some typeAndrea Corallo2022-08-181-10/+10
| * | More non-nil-returning functions in source optimisationMattias Engdegård2022-08-181-5/+24
| * | Make GEN message from loaddefs-generate nicerLars Ingebrigtsen2022-08-181-1/+2
| * | Improve cryptic syntax switch message in re-builderStefan Kangas2022-08-181-2/+2
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): Create buffer if necessaryAndrea Corallo2022-08-171-1/+1
| * | Improved `null` (alias `not`) optimisationMattias Engdegård2022-08-161-0/+11
| * | Improved `and` and `or` optimisationMattias Engdegård2022-08-161-27/+84
| * | Improved `if` and `while` optimisationMattias Engdegård2022-08-161-38/+53
| * | Improved static detection of nil and non-nil expressionsMattias Engdegård2022-08-161-21/+69
| * | Fix variable types in warnings-suppressYury Kholodkov2022-08-151-2/+2
| * | Fix up the exclusion logic in loaddefs-generateLars Ingebrigtsen2022-08-151-10/+9
| * | Tweak autoloads of defsubsts containing spaces/control charsLars Ingebrigtsen2022-08-151-1/+3
| * | Further lisp-current-defun-name tweaksLars Ingebrigtsen2022-08-151-2/+7
| * | * lisp/emacs-lisp/ring.el (ring): Define as a typeStefan Monnier2022-08-141-0/+4
| * | (compiled-function-p): New function (bug#56648)Stefan Monnier2022-08-146-26/+32
| * | Strength-reduce apply with (list ...) as tail argumentMattias Engdegård2022-08-141-18/+19
| * | Simplify code using take, ntake and butlastMattias Engdegård2022-08-141-2/+1
| * | ; advice--interactive-form: Fix a typo introduced in recent changeŠtěpán Němec2022-08-141-1/+1
| * | nadvice.el: Avoid exponential blow up in interactive-form recursionStefan Monnier2022-08-131-13/+13