aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for --seccomp command-line option.scratch/seccomp-emacs-openPhilipp Stephani2021-04-101-2/+3
* Edebug: Disable backtracking when hitting a &define keyword.Philipp Stephani2021-04-101-8/+10
* * lisp/gnus/nnagent.el: Fix spurious empty line at BOBStefan Monnier2021-04-101-1/+0
* * lisp/edmacro.el: Use lexical-bindingStefan Monnier2021-04-101-21/+15
* * lisp/files-x.el: Use lexical-bindingStefan Monnier2021-04-101-2/+2
* * lisp/ps-mule.el: Use lexical-bindingStefan Monnier2021-04-101-23/+23
* Autoload list-colors-display.Gregory Heytings2021-04-101-0/+1
* Tramp: fix location of files on W32Michael Albinus2021-04-102-12/+30
* Further fix of hostname completion on MS WindowsJim Porter2021-04-101-2/+15
* Fail earlier if stale Flymake report functions calledJoão Távora2021-04-101-1/+4
* Don't stop when before space or closing parenDmitry Gutov2021-04-101-1/+1
* CC Mode: fix c-where-wrt-brace-construct to cope with class declarationsAlan Mackenzie2021-04-091-15/+32
* Fix condition-case optimiser bugMattias Engdegård2021-04-091-2/+8
* Make refer-every into obsolete alias for seq-every-pStefan Kangas2021-04-091-10/+6
* Remove redundant #' before lambda in ibuf-*.elStefan Kangas2021-04-092-91/+91
* Don't preserve window-line in tabulated-list-printStefan Kangas2021-04-091-15/+4
* Use lexical-binding in winner.elStefan Kangas2021-04-091-11/+8
* Merge branch 'vhdl-mode-lexbind' into trunkStefan Monnier2021-04-091-407/+448
|\
| * * lisp/progmodes/vhdl-mode.el: Use lexical-bindingStefan Monnier2021-04-081-407/+448
* | Use lexical-binding in cmuscheme.elStefan Kangas2021-04-091-60/+43
* | * lisp/progmodes/cmacexp.el: Use lexical-binding.Stefan Kangas2021-04-091-18/+19
* | Use lexical-binding in foldout.elStefan Kangas2021-04-091-28/+24
* | Use lexical-binding in loadhist.el and add testsStefan Kangas2021-04-091-1/+1
* | Self-TCO in `condition-case` error handlersMattias Engdegård2021-04-091-0/+7
* | Fix hostname completion on MS WindowsJim Porter2021-04-091-1/+7
* | Revert "Load all generic-x.el modes unconditionally"Stefan Kangas2021-04-091-126/+209
|/
* * lisp/shadowfile.el: Use lexical-bindingStefan Monnier2021-04-081-54/+33
* Remove redundant #' before lambda in {calendar,erc,mh-e}/*.elStefan Kangas2021-04-098-112/+112
* Terminate isearch when point has moved to another bufferGregory Heytings2021-04-081-0/+4
* User option to move to another match when changing direction in isearch.Gregory Heytings2021-04-081-4/+20
* * lisp/repeat.el (repeat-post-hook): Check for prefix-arg.Juri Linkov2021-04-081-11/+6
* * lisp/repeat.el (repeat-post-hook): Skip repeating in minibuffer (bug#47566).Juri Linkov2021-04-081-3/+8
* * lisp/progmodes/vhdl-mode.el: Use progress-reporterStefan Monnier2021-04-081-72/+51
* * lisp/array.el: Use lexical-bindingStefan Monnier2021-04-081-27/+27
* Revert use of powershell in Tramp, there are collateral damagesMichael Albinus2021-04-082-30/+12
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-073-4/+0
* Merge from origin/emacs-27Glenn Morris2021-04-072-6/+4
|\
| * Fix broken links in autorevert.elDamien Cassou2021-04-061-2/+2
| * * lisp/international/ja-dic-cnv.el (skkdic-convert): Doc fix.Glenn Morris2021-04-051-4/+2
* | Merge from origin/emacs-27Glenn Morris2021-04-071-7/+27
|\ \ | |/
| * Improve doc strings in replace.elEli Zaretskii2021-04-031-7/+27
| * Revert "Clarify dired-do-shell-command doc string"Lars Ingebrigtsen2021-03-281-2/+0
| * Clarify dired-do-shell-command doc stringLars Ingebrigtsen2021-03-281-0/+2
* | Clarify obsoletion messages for easy-menu-{add,remove}Stefan Kangas2021-04-071-2/+6
* | Update whois-server-tldStefan Kangas2021-04-071-2/+10
* | ; Fix my previous change to shadowfile.elStefan Kangas2021-04-071-2/+2
* | Add explicit support for C-g or ESC ESC ESC after keymap promptDmitry Gutov2021-04-071-1/+5
* | Allow complex key bindings in project-switch-projectDario Gjorgjevski2021-04-071-16/+20
* | * lisp/find-file.el: Make the commands oblivious to mouse/non-mouseStefan Monnier2021-04-061-34/+20
* | * lisp/find-file.el: Use lexical-bindingStefan Monnier2021-04-061-182/+70