summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
AgeCommit message (Expand)Author
2023-12-10; Fix typosStefan Kangas
2023-12-09Merge from origin/emacs-29Eli Zaretskii
2023-12-09Remove old VC packages from 'package-alist' after installingPhilip Kaludercic
2023-12-05ElDoc: make eldoc-display-in-echo-are useful from M-x eldocJoão Távora
2023-12-05* lisp/emacs-lisp/package.el (package-activate-all): Fix second-order warningStefan Monnier
2023-12-05(package-activate-all): Be more robust when quickstart failsStefan Monnier
2023-12-04Update handling of advices during preloadJens Schmidt
2023-12-04comp: Fix mvar dependency chain (bug#67239)Andrea Corallo
2023-12-04* lisp/emacs-lisp/comp.el (comp--native-compile): Better log.Andrea Corallo
2023-12-04comp: Rename some functionsAndrea Corallo
2023-12-03; Fix typosStefan Kangas
2023-12-03* lisp/emacs-lisp/comp-run.el (bytecomp): Require it (bug#67590)Andrea Corallo
2023-12-03* lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Fix bug#67568Stefan Monnier
2023-12-03Add ert-font-lockVladimir Kazanov
2023-12-02Revert "Ensure that directory is expanded in package-vc-checkout"Eli Zaretskii
2023-12-02Merge from origin/emacs-29Eli Zaretskii
2023-11-30Move malformed-function warning from byte-opt to cconv (bug#67483)Mattias Engdegård
2023-11-29* lisp/emacs-lisp/eieio-core.el (eieio-set-defaults): Silence errorsStefan Monnier
2023-11-29Improve register-preview (Fix bug#66394)Thierry Volpiatto
2023-11-27Compiler optimizer: push forms onto byte-compile-form-stackAlan Mackenzie
2023-11-26Font-lock shorthands with arbitrary punctuation (bug#67390)João Távora
2023-11-26Add autoload cookie to autoload-compute-prefixes (bug#67325)João Távora
2023-11-26Make EIEIO ':accessor' behave like ':reader' when reading (bug#66938)Brandon
2023-11-26.elc format: Record lambdas' doc strings lazily, not inlineAlan Mackenzie
2023-11-26Ensure that directory is expanded in package-vc-checkoutJoseph Turner
2023-11-25Merge from origin/emacs-29Eli Zaretskii
2023-11-24Fix byte-compilation warnings about 'sqlite-rollback'Eli Zaretskii
2023-11-24Merge from savannah/emacs-29Po Lu
2023-11-23Adjust affected callers of derived-mode-p` to use the new conventionStefan Monnier
2023-11-22(package-quickstart-refresh): Generate marginally more efficient codeAndrea Corallo
2023-11-22* Update 'native-comp-never-optimize-functions' versionAndrea Corallo
2023-11-20* Add 'eval' to 'native-comp-never-optimize-functions' (bug#67141)Andrea Corallo
2023-11-18Fix string-pixel-width with global setting of display-line-numbersDmitry Gutov
2023-11-18Merge from origin/emacs-29Eli Zaretskii
2023-11-18Merge from origin/emacs-29Eli Zaretskii
2023-11-18Avoid loading cl-lib as result of invoking 'load-library'Eli Zaretskii
2023-11-17* lisp/emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates): Add `null`Stefan Monnier
2023-11-16Merge branch 'derived-mode-add-parents'Stefan Monnier
2023-11-16Clean-up some native-comp advice special handling.Andrea Corallo
2023-11-16* lisp/emacs-lisp/nadvice.el (advice--add-function): Move func decl.Andrea Corallo
2023-11-15Don't infinite loop in map-y-or-n-p if at the end of kmacroSpencer Baugh
2023-11-14; Fix 'add-face-text-property' shortdocEshel Yaron
2023-11-13Fix variable aliasing bytecode miscompilation (bug#67116)Mattias Engdegård
2023-11-12Add two doc strings to cl-extra.elJeremy Bryant
2023-11-11Move EIEIO's C3 linearization code to `subr.el`Stefan Monnier
2023-11-11Merge from origin/emacs-29Eli Zaretskii
2023-11-09Clean-up warnings for non native builds (this time for real)Andrea Corallo
2023-11-09Clean-up warnings for non native buildsAndrea Corallo
2023-11-09comp: Don't load.el comp when C-h fAndrea Corallo
2023-11-09comp: Add comp-common.elAndrea Corallo