summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Handle help-form in y-or-n-p and use this in find-file-noselect (bug#5423)Juri Linkov2020-11-212-38/+67
* Handle connection-local null-device and path-separator variablesMichael Albinus2020-11-214-75/+136
* * lisp/emacs-lisp/package.el (package-strip-rcs-id): Don't ignore errorsStefan Monnier2020-11-201-2/+1
* Don't optimize away `eval` when its lexical context is differentStefan Monnier2020-11-201-1/+2
* Don't quote lambda in idlwave.elStefan Kangas2020-11-201-2/+2
* Remove remaining XEmacs compat code from erc-log.elStefan Kangas2020-11-201-2/+1
* Don't set XEmacs only properties start-open and end-openStefan Kangas2020-11-205-21/+8
* Remove XEmacs compat code from idlw-shell.elStefan Kangas2020-11-201-25/+5
* Remove some XEmacs compat code from ediff-wind.elStefan Kangas2020-11-201-9/+4
* Remove Emacs 20 compat code from org.elStefan Kangas2020-11-201-16/+12
* Remove Emacs 20 compat code from idlwave.elStefan Kangas2020-11-201-38/+19
* Properly mark obsolete semantic functions as suchStefan Kangas2020-11-201-6/+5
* Mark compat alias in cus-face.el obsoleteStefan Kangas2020-11-203-8/+8
* Hide obsolete options in most customize commandsStefan Kangas2020-11-201-8/+18
* Revert unintended part of last change to jsonrpc-requestJoão Tãvora2020-11-201-2/+2
* Move semantic/tag obsolete variables to avoid a warningLars Ingebrigtsen2020-11-201-6/+5
* Fix default timeout handling in jsonrpc-requestJoão Távora2020-11-201-8/+10
* Remove some XEmacs compat code from filesets.elStefan Kangas2020-11-191-27/+16
* Remove some compat code from ffap.elStefan Kangas2020-11-191-7/+8
* Declare some compat aliases obsoleteStefan Kangas2020-11-192-7/+6
* Remove some compat code from url.elStefan Kangas2020-11-194-19/+4
* Remove some compat code for old versions and XEmacsStefan Kangas2020-11-198-76/+19
* Use decoding implementation from `insert-directory' in TrampMichael Albinus2020-11-191-26/+39
* Remove outdated comment about Emacs 20 from viper.elStefan Kangas2020-11-191-8/+0
* Add new variable cperl-tags-file-nameStefan Kangas2020-11-191-1/+4
* Declare XEmacs compat function in inversion.el obsoleteStefan Kangas2020-11-191-1/+5
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-1912-44/+25
* * lisp/progmodes/cperl-mode.el: Doc fix.Stefan Kangas2020-11-191-2/+0
* Remove unnecessary load from idlwaveStefan Kangas2020-11-192-23/+19
* Make compat alias add-submenu obsoleteStefan Kangas2020-11-192-18/+18
* Clarify that 'diff-error' is part of Emacs 28.1Protesilaos Stavrou2020-11-181-1/+2
* Turn gdb-wait-for-pending into a plain functionMattias Engdegård2020-11-181-15/+12
* Don't make bibtex-unify-case-convert buffer-localBasil L. Contovounesios2020-11-181-2/+1
* Preserve `dired-filename' text properties in TrampMichael Albinus2020-11-181-5/+21
* Remove redundant 'function's around lambdasStefan Kangas2020-11-1720-404/+366
* Remove redundant 'function's around lambdas in mh/*.elStefan Kangas2020-11-174-80/+73
* Don't quote lambdas with 'function' in calc/*.elStefan Kangas2020-11-1724-508/+468
* Add command to filter package menu by name or descriptionStefan Kangas2020-11-171-0/+43
* Don't quote lambdas with function macro in generic-x.elStefan Kangas2020-11-171-67/+52
* ; Fix last change to bibtex.elBasil L. Contovounesios2020-11-161-5/+5
* perl-mode and cperl-mode: Recognize regex after "return"Harald Jörg2020-11-172-2/+2
* Make the handwrite.el PS valid againLars Ingebrigtsen2020-11-161-1/+1
* Fix gnus-mime-display-alternative button natigationLars Ingebrigtsen2020-11-161-1/+1
* Use 'eshell-find-alias-function' instead of fboundpRuthra Kumar2020-11-161-1/+1
* Add new user option bibtex-unify-case-convertFrancesco Potortì2020-11-161-38/+51
* Use lexical-binding in time-stamp.elStefan Kangas2020-11-161-6/+2
* Don't quote lambdas in net/*.elStefan Kangas2020-11-164-198/+176
* Don't quote lambdas in emacs-lisp/*.elStefan Kangas2020-11-167-102/+89
* Merge from origin/emacs-27Glenn Morris2020-11-163-3/+11
|\
| * ; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstringPhilipp Stephani2020-11-161-1/+1