aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* comp: Don't load.el comp when C-h fscratch/comp-runAndrea Corallo2023-11-082-363/+362
* comp: Add comp-common.elAndrea Corallo2023-11-084-150/+188
* Don't load comp when installing an existing trampolineAndrea Corallo2023-11-074-63/+64
* comp: don't require 'warnings' in comp-runAndrea Corallo2023-11-032-1/+3
* * comp: make comp-run don't require cl-lib at runtimeAndrea Corallo2023-11-031-5/+9
* comp: split code in comp-run.elAndrea Corallo2023-11-033-439/+490
* ; Fix recent changes in documentationEli Zaretskii2023-11-031-4/+5
* Avoid moving point while analyzing text conversionPo Lu2023-11-031-4/+25
* * lisp/emacs-lisp/oclosure.el (oclosure--lambda): Burp in dynbind modeStefan Monnier2023-11-021-0/+1
* Remove 'M-.' binding from js-mode and js-ts-modeDmitry Gutov2023-11-031-9/+0
* Adapt doc for man.elMichael Albinus2023-11-021-8/+7
* ; Improve documentation of recent changesEli Zaretskii2023-11-021-13/+11
* Preserve point when inserting date stamps in ERCF. Jason Park2023-11-011-19/+24
* (project-switch-project): Fix the previous changeDmitry Gutov2023-11-011-2/+4
* New commands previous-line-completion and next-line-completion (bug#59486)Juri Linkov2023-11-011-1/+85
* Run `man' also on remote systemsMichael Albinus2023-11-012-43/+120
* Add two docstrings in cl-macs.elJeremy Bryant2023-11-011-1/+4
* Only override the current project buffer-locallyDmitry Gutov2023-11-011-2/+5
* Catch 'permission-denied' during project lookupDmitry Gutov2023-11-011-1/+6
* Respect `browse-url-default-scheme` on AndroidStefan Kangas2023-11-011-1/+1
* lisp/emacs-lisp/comp-cstr.el: Fix bootstrapStefan Monnier2023-10-314-4/+9
* * lisp/emacs-lisp/comp.el: Remove redundant requiresStefan Monnier2023-10-311-3/+0
* * lisp/progmodes/project.el (project-menu-entry): Add 'bound-and-true-p'.Juri Linkov2023-10-311-1/+1
* Fix project-mode-line-format breaking buffer-file-coding-system (bug#66825)Juri Linkov2023-10-311-8/+15
* ; cperl-mode.el: Obey comment conventionsHarald Jörg2023-10-301-47/+39
* ; * lisp/emacs-lisp/comp-cstr.el (comp-subtype-p): Hoist above use.Mattias Engdegård2023-10-301-8/+8
* comp-cstr.el: The type hierarchy is a DAG, not a treeStefan Monnier2023-10-304-68/+104
* Exclude Git submodules from 'project-files'Jim Porter2023-10-301-21/+20
* Teach ffap to look for relative file names under project-rootSpencer Baugh2023-10-301-0/+6
* Use OClosure to drop `advice--buffer-local-function-sample` hackStefan Monnier2023-10-291-11/+9
* Require `cl-lib` rather than directly some of its subfilesStefan Monnier2023-10-291-2/+1
* Eliminate some nested repetitions in regexpsMattias Engdegård2023-10-295-14/+13
* Fix broken gdb-control-commands-regexp (bug#66363)Mattias Engdegård2023-10-291-21/+23
* Make nnrss suggest HTTPS instead of HTTPStefan Kangas2023-10-291-1/+1
* Add 'server-eval-args-left' to server.elSpencer Baugh2023-10-292-8/+24
* Remove the header line after disabling 'which-function-mode'Spencer Baugh2023-10-291-15/+24
* Prefer seq-filter in hanja-util.elStefan Kangas2023-10-291-11/+7
* Speed up Eshell smart display moduleMorgan Smith2023-10-281-52/+29
* Prefer seq-filter in rcirc.elStefan Kangas2023-10-291-8/+3
* Add easy customization for dir-locals files (Bug#66702)Mauro Aranda2023-10-281-0/+289
* Merge from origin/emacs-29Eli Zaretskii2023-10-2819-52/+57
|\
| * ; Fix broken links to gmane.orgStefan Kangas2023-10-2411-26/+20
| * Change news.gmane.org to news.gmane.ioStefan Kangas2023-10-243-4/+6
| * Fix minor defcustom issues in Gnus (Bug#66715)Mauro Aranda2023-10-235-13/+19
| * Minor connection-local variables fixesMichael Albinus2023-10-231-1/+2
| * Make Dired honor `insert-directory-program´ with globsStefan Kangas2023-10-231-1/+3
| * Fix typo in url-privacy-level :typeMorgan J. Smith2023-10-221-1/+1
| * * lisp/vc/log-view.el (log-view-mode-menu): Quote derived modes (bug#66686).Juri Linkov2023-10-221-6/+6
| * * lisp/tab-bar.el: Fix the close button with auto-width (bug#66678).Petteri Hintsanen2023-10-221-1/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-10-284-21/+70
|\ \ | |/