summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Fix pkg description file name when pkg name has numbers (Bug#77143)masterLin Jian5 days1-1/+3
* Don't obsolete the _command_ replace-buffer-contentsPo Lu7 days1-1/+0
* Use `replace-region-contents` to replace insert+deleteStefan Monnier7 days1-2/+2
* (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier7 days1-0/+13
* New function 'hash-table-contains-p'Stefan Kangas8 days1-0/+7
* (buffer-local-set-state): Optimize away unused dataStefan Monnier12 days1-13/+16
* Merge from origin/emacs-30Sean Whitton2025-03-221-2/+10
|\
| * ; Add cross-references to push and pop docstringsStefan Kangas2025-03-191-2/+10
* | Merge from origin/emacs-30Yuan Fu2025-03-131-1/+1
|\|
| * ; Fix with-delayed-message docstring metavars.Basil L. Contovounesios2025-03-131-1/+1
* | ; Fix recent defvar-local docstring metavars.Basil L. Contovounesios2025-03-131-1/+1
* | Merge from origin/emacs-30Sean Whitton2025-03-121-2/+2
|\|
| * Document return values of the various read-* functionsEli Zaretskii2025-03-091-2/+2
* | Make second arg to defvar-local optionalStefan Kangas2025-03-091-5/+11
* | Add static-when, static-unless like static-ifDaniel Colascione2025-03-071-0/+26
* | Document apply-partially as inefficientStefan Kangas2025-03-021-6/+7
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-2/+8
|\|
| * Improve process-get/process-put docstringsStefan Kangas2025-03-011-2/+8
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-8/+8
|\|
| * Improve docstring of add-hook and remove-hookTomas Nordin2025-02-271-8/+8
| * * lisp/subr.el (read-key): Add 'tab-line' (bug#76408).Jared Finder2025-02-271-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-4/+4
|\|
| * Improve wording of lsh docstringStefan Kangas2025-02-231-4/+4
* | (internal--c-header-file-path): Move to ffap.elStefan Monnier2025-02-281-66/+0
* | ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-281-1/+1
* | ; * lisp/subr.el (apply-partially): Fix last commit.Stefan Kangas2025-02-281-2/+1
* | Add compiler macro to apply-partiallyStefan Kangas2025-02-281-1/+6
* | Fix 'internal--c-header-file-path'Eli Zaretskii2025-02-281-10/+21
* | * lisp/subr.el (oddp, evenp): Pure. % faster than logand.Mattias EngdegÄrd2025-02-201-6/+6
* | * lisp/subr.el (read-key): Add 'tab-line' (bug#76408).Jared Finder2025-02-191-1/+1
* | Prefer oddp/evenp to open-coding in a few more casesStefan Kangas2025-02-181-2/+2
* | Prefer plusp/minusp to open-coding them in subr.elStefan Kangas2025-02-171-14/+14
* | New functions plusp and minuspStefan Kangas2025-02-171-0/+14
* | New functions oddp and evenpStefan Kangas2025-02-171-0/+14
* | Delete comments about obsolete cl--compiler-macro-cXXrStefan Kangas2025-02-121-3/+0
* | Declare caar, cadr, etc. as side-effect-freeStefan Kangas2025-02-121-28/+56
* | Merge from origin/emacs-30Eli Zaretskii2025-02-011-3/+5
|\|
| * ; * lisp/subr.el (sit-for): Doc fix.Eli Zaretskii2025-01-301-3/+5
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-2/+6
|\ \
| * | Mark pure-bytes-used as obsoleteStefan Kangas2024-12-121-0/+2
| * | Make 'purecopy' an obsolete function alias for 'identity'Stefan Kangas2024-12-121-0/+2
| * | Delete remaining calls to purecopyStefan Kangas2024-12-121-2/+2
* | | (when-let*): Warn if body is emptyStefan Monnier2025-01-251-1/+3
* | | subr.el doc clarifications.Richard Stallman2025-01-081-4/+10
* | | Fix finding C headers with clangStefan Kangas2025-01-061-10/+47
* | | New function internal--c-header-file-pathStefan Kangas2025-01-061-0/+18
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Don't pause display for pending inputGerd Möllmann2024-12-191-1/+0
* | | unintern: Drop support for obsolete calling conventionStefan Kangas2024-12-171-1/+0