aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Improve correctness of Eshell globs when using escape charactersJim Porter2024-10-311-16/+32
* | Fix and improve behavior of 'eshell/clear'Jim Porter2024-10-311-0/+42
* | project-tests: Add test assertion for bug#73801Dmitry Gutov2024-11-011-1/+5
* | Fix bugs in dabbrev-expand (bug#74090)Stephen Berman2024-10-313-0/+492
* | Tramp: Use `when-let*', `if-let*' and `and-let*' consequentlyMichael Albinus2024-10-301-43/+43
* | elisp-mode-tests.el: Add test for the added fixAlan Mackenzie2024-10-291-0/+8
* | Merge from origin/emacs-30Eli Zaretskii2024-10-272-2/+2
|\ \ | |/
| * ; Fix typosStefan Kangas2024-10-272-2/+2
| * ; Remove proced-tests.el instrumentation (Do not merge with master)Michael Albinus2024-10-261-3/+1
| * ; * test/lisp/proced-tests.el (proced--within-buffer): Instrument macro.Michael Albinus2024-10-231-1/+3
* | Fix Eshell incompatibility with "[" command when eshell-pred is disabledJim Porter2024-10-261-0/+11
* | ; Ensure 'eshell-split-filename' doesn't expand the filename firstJim Porter2024-10-261-0/+40
* | cond*: Add support for Pcase patternsStefan Monnier2024-10-251-0/+53
* | Mark if-let and when-let obsoleteSean Whitton2024-10-2419-45/+45
* | Merge from origin/emacs-30Sean Whitton2024-10-241-3/+13
|\ \ | |/
| * Fix error when splicing Eshell globs and a glob expands to itselfJim Porter2024-10-221-3/+13
* | Be more careful about applying spliced argumentsJim Porter2024-10-201-2/+4
* | Enhance the auto-revert to avoid revert a buffer in short timeLin Sun2024-10-201-2/+5
* | Lazily convert numeric strings to Lisp numbers in EshellJim Porter2024-10-192-60/+83
* | Hide default-directory absolute file name in dired-hide-details-modeÁlvaro Ramírez2024-10-191-0/+46
* | Add Speedbar tests (bug#73533)Morgan Willcock2024-10-191-0/+318
* | Move experimental module querypoll to erc-notifyF. Jason Park2024-10-182-57/+87
* | Fix trailing args bug in erc-d-i--parse-messageF. Jason Park2024-10-182-9/+39
* | ; Undo erroneous change in ERC's sample configurationF. Jason Park2024-10-181-1/+2
* | Merge from origin/emacs-30Michael Albinus2024-10-181-1/+1
|\ \ | |/
| * Fix c-ts-mode--anchor-prev-sibling (bug#73661)Yuan Fu2024-10-141-1/+1
* | Add support for chaining conditionals in EshellJim Porter2024-10-161-4/+18
* | Improve correctness of Eshell sub-formsJim Porter2024-10-163-0/+42
* | Improve tests for flow-fillPengji Zhang2024-10-121-18/+24
* | Merge from origin/emacs-30Eli Zaretskii2024-10-121-0/+39
|\ \ | |/
| * Fix c-ts-mode indentation for initializer lists (bug#73661)Jørgen Kvalsvik2024-10-101-0/+39
* | Add baseline test coverage for erc-matchF. Jason Park2024-10-112-0/+436
* | Crystallize erc-nicks-track-faces behaviorF. Jason Park2024-10-113-3/+571
* | Merge from origin/emacs-30Eli Zaretskii2024-10-051-0/+5
|\ \ | |/
| * Fix executing commands in Eshell using "env" with no local variablesJim Porter2024-09-291-0/+5
* | Fix term.el tests; refine previous changeDaniel Colascione2024-10-041-19/+12
* | ; Fix thinko in my last changeStefan Kangas2024-10-021-0/+3
* | Warn about bad defcustom :local keyword at compile timeStefan Kangas2024-10-021-0/+8
* | New value 'permanent-only' for defcustom :local keywordStefan Kangas2024-10-021-0/+29
* | Remove erc-fill binding for cycling visual movementF. Jason Park2024-09-291-4/+4
* | Skip indentation when gathering faces in erc-trackF. Jason Park2024-09-291-1/+125
* | Make erc-keep-place-indicator aware of erc-truncateF. Jason Park2024-09-292-4/+97
* | Redo ERC truncation and /CLEAR hook mechanismF. Jason Park2024-09-291-18/+139
* | Fix overlooked case in erc--get-inserted-msg-beg-atF. Jason Park2024-09-293-0/+16
* | Improve inconsistent handling of ban lists in ERCF. Jason Park2024-09-291-4/+15
* | Store one string per user in erc--spkr msg propF. Jason Park2024-09-292-13/+67
* | ; Rename internal variable in erc-fillF. Jason Park2024-09-294-7/+7
* | ; Reword :reverse-video warningMattias Engdegård2024-09-291-1/+1
* | Warn about :reverse-video in deffaceMattias Engdegård2024-09-291-0/+4
* | Warn about bad face specs in `defface` at compile timeMattias Engdegård2024-09-271-0/+26