aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update ERC mailing list addressAmin Bandali2020-03-061-1/+1
* Use regexp-opt to define bibtex-autokey-transcriptions. (Bug#39686)Roland Winkler2020-03-061-23/+27
* Improve documentation of 'table-generate-source'Eli Zaretskii2020-03-061-10/+11
* Fix rx error with ? and ??Mattias Engdegård2020-03-051-1/+1
* * lisp/emacs-lisp/rx.el (rx--string-to-intervals): Fix error string.Mattias Engdegård2020-03-051-1/+1
* Fix args in 'window-text-pixel-size' call in 'fit-window-to-buffer'Justin Burkett2020-03-051-2/+2
* Have pulse.el preserve existing overlay prioritiesJoão Távora2020-03-041-0/+2
* CC Mode: Fix the handling of two adjacent after-change-functionses.Alan Mackenzie2020-03-041-7/+6
* Fix combine-change-calls-1 for when buffer-undo-list is tAlan Mackenzie2020-03-041-13/+12
* Don't misinterpret doc string as initial valueMattias Engdegård2020-03-042-2/+2
* Bump checkdoc-version to match library headerStefan Kangas2020-03-041-1/+1
* Fix describe-variable on values with circular syntax (Bug#39805)Noam Postavsky2020-03-031-0/+2
* Improve documentation of next-error-highlight-no-select (bug#38778)Juri Linkov2020-03-041-4/+9
* Fix fit-frame-to-buffer for multi-monitor setupSergey Trofimov2020-03-011-6/+7
* rx: Improve 'or' compositionality (bug#37659)Mattias Engdegård2020-03-011-28/+48
* * lisp/tab-line.el: Fix auto-hscrolling (bug#39649)Juri Linkov2020-02-291-12/+24
* ; Update lisp/ldefs-boot.elemacs-27.0.90Nicolas Petton2020-02-291-7/+8
* Fix rx charset generationMattias Engdegård2020-02-291-1/+5
* Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/emacs into emacs-27Eli Zaretskii2020-02-291-1/+1
|\
| * Fix overquoting in mule.elMattias Engdegård2020-02-281-1/+1
* | Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/emacs into emacs-27Eli Zaretskii2020-02-281-10/+11
|\ \ | |/
| * * lisp/vc/vc-cvs.el (vc-cvs-ignore): Copy-edit doc stringMattias Engdegård2020-02-281-10/+11
* | ; bug#39779: Fix some typos in documentation.Štěpán Němec2020-02-282-4/+4
|/
* checkdoc: Don't mistake "cf." for sentence endŠtěpán Němec2020-02-281-1/+1
* vc-dir-ignore: More accurately choose base directoryDmitry Gutov2020-02-252-11/+14
* * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Change last fixStefan Monnier2020-02-241-55/+57
* CC Mode: Protect against consecutive calls to before-change-functions ...Alan Mackenzie2020-02-231-17/+30
* Shorten some ppss struct field namesNoam Postavsky2020-02-231-13/+13
* Java Mode: Fix fontification of variable decl inside `for'Alan Mackenzie2020-02-231-1/+1
* CC Mode: Fontify foo in "const auto foo :" correctlyAlan Mackenzie2020-02-231-4/+24
* * lisp/replace.el (occur-engine-line): Revert part of fb16313025 (bug#39597)Juri Linkov2020-02-231-2/+4
* Move more logic to vc-ignore from vc-default-ignoreDmitry Gutov2020-02-232-28/+33
* Don't write absolute filenames and duplicate strings to CVS ignore filesWolfgang Scherer2020-02-222-15/+34
* Fix cursor-sensor--detect when current buf != selected window's bufFederico Tedin2020-02-211-3/+4
* Skip shell prompt on current line in Eshell even if it's protectedSteven Allen2020-02-211-1/+1
* Fix broken regexpsMattias Engdegård2020-02-202-2/+2
* Make OMake support slightly less expensive (bug#39595)Mattias Engdegård2020-02-171-3/+3
* Speed up 'msft' and 'watcom' compilation error regexpsMattias Engdegård2020-02-171-2/+2
* Speed up 'maven' compilation error message regexpMattias Engdegård2020-02-171-4/+16
* Amend c-backward-sws better to handle multiline block commentsAlan Mackenzie2020-02-161-8/+27
* Reformulate c-end-of-macro, handling multiline block comments betterAlan Mackenzie2020-02-162-56/+38
* Fix 'reverse-region' when less than one line is in regionEli Zaretskii2020-02-151-5/+12
* Correct default regexp in 'package-menu-hide-package'Pieter van Oostrum2020-02-151-1/+2
* Remove obsolete menu entry "Redisplay buffer"Pieter van Oostrum2020-02-151-2/+1
* Remove redundant 'msft' compilation error rule (bug#39595)Mattias Engdegård2020-02-141-7/+0
* Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-131-34/+9
* Fix display of minibuffer prompt in ido.elEli Zaretskii2020-02-122-14/+23
* rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-121-1/+1
* Make sure not to mark directoriesWolfgang Scherer2020-02-121-2/+3
* ; Add a TODODmitry Gutov2020-02-121-0/+3