aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update uses of if-let and when-letMark Oteiza2017-09-1213-57/+57
* Implement and-let*Mark Oteiza2017-09-121-38/+70
* Don't match C++ template delims starting within a token. FIxes bug #28418.Alan Mackenzie2017-09-121-1/+1
* Merge Emacs 25.3 fixesPaul Eggert2017-09-122-0/+41
* Move gensym to core ElispMark Oteiza2017-09-1210-32/+35
* Fix cl-gentempMark Oteiza2017-09-121-4/+5
* gnus-score-file-name: Do not append empty suffix.Sam Steingold2017-09-121-2/+2
* Add cl-print method for hash tablesMark Oteiza2017-09-111-0/+10
* Add docstrings to cl-print entry pointsMark Oteiza2017-09-111-1/+8
* ; Fix previous commitMark Oteiza2017-09-111-1/+1
* Improve reproducibility of generated leim-list.elGlenn Morris2017-09-111-1/+1
* ; * lisp/files.el (basic-save-buffer-2): Fix typo.Philipp Stephani2017-09-111-1/+1
* Include sxhash of object with printed bytecodeMark Oteiza2017-09-111-1/+1
* Further optimization in Tramp's file name decompositionMichael Albinus2017-09-113-194/+184
* Adjust thumbs to new rename-file behaviorPaul Eggert2017-09-101-11/+4
* Adjust ob-tangle to new copy-file behaviorPaul Eggert2017-09-101-0/+1
* Make gnus-copy-file act like copy-file etc.Paul Eggert2017-09-101-3/+0
* Make write-file act like copy-file etc.Paul Eggert2017-09-101-3/+3
* Make copy-directory act like copy-file etc.Paul Eggert2017-09-101-12/+10
* Fix some make-directory bugsPaul Eggert2017-09-101-11/+20
* Spelling fixesPaul Eggert2017-09-104-6/+6
* ; Add to last commitMark Oteiza2017-09-101-0/+1
* Avoid looking at localized stringsMark Oteiza2017-09-091-0/+2
* Remove unsafe enriched mode translationsLars Ingebrigtsen2017-09-092-36/+0
* Fix font-lock in Compilation modeEli Zaretskii2017-09-091-0/+10
* Add function to read all entries in a groupMark Oteiza2017-09-091-25/+33
* Reduce Tramp's memory usageGemini Lasswell2017-09-091-45/+127
* ; Add a comment for make-text-button in rcirc-markup-urlsMiles Bader2017-09-091-0/+3
* ; Fix previous commitMark Oteiza2017-09-091-21/+18
* Use text-property buttons in rcirc-markup-urlsMiles Bader2017-09-091-6/+6
* New variable 'dired-confirm-killing-deleted-buffers'Alex Branham2017-09-082-9/+20
* Support SVN files with svn:externals propertyAlfred M. Szmidt2017-09-081-2/+1
* List locally removed files in vc-dir with SVN back-endAlfred M. Szmidt2017-09-081-0/+1
* Fix Rmail editing with reapplying encoding to message bodyKen Olum2017-09-081-20/+50
* Make mouse clicks in Dired more customizableTak Kunihiro2017-09-081-4/+20
* Fix various verilog-mode.el issues.Wilson Snyder2017-09-071-173/+191
* Don't use summary window to visit group buffer (bugfix)Katsumi Yamaoka2017-09-081-1/+1
* Add XDG desktop file parsing and testsMark Oteiza2017-09-061-7/+66
* ; Try not to affect match dataMark Oteiza2017-09-061-3/+4
* ; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.Glenn Morris2017-09-051-1/+1
* Allow customizing line length of ert backtraces in batch modeGlenn Morris2017-09-051-12/+19
* Refactor some loops in mailcap.elMark Oteiza2017-09-051-40/+32
* Handle non-zero exit status from psql more gracefullySimen Heggestøyl2017-09-051-3/+4
* Move soundex.el test to a proper testMark Oteiza2017-09-051-11/+2
* Work on Tramp's (symbolic) linksMichael Albinus2017-09-045-121/+201
* Embed JSON readtable into json-readMark Oteiza2017-09-041-11/+11
* Hexify strings in EWW search queriesMark Oteiza2017-09-031-1/+2
* * lisp/simple.el (visual-line-mode): Doc fix. (Bug#28337)Eli Zaretskii2017-09-031-1/+1
* Correct the fontification of quote marks after buffer changes in CC Mode.Alan Mackenzie2017-09-032-83/+121
* Fix fontification of "operator~" in C++ Mode.Alan Mackenzie2017-09-032-1/+24