summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug#33618; define search path variables for grep, byte-compileStephen Leake2019-04-252-0/+18
* * lisp/simple.el (eval-expression): Fix paren typo.Stefan Monnier2019-04-251-1/+1
* Use lexical-binding by default for M-:, --eval, and *scratch*Stefan Monnier2019-04-254-11/+22
* Restore fontification of delimiters of multiline CC Mode strings.Alan Mackenzie2019-04-254-22/+56
* Make wdired-mode ignore ls file indicatorsStephen Berman2019-04-251-8/+17
* Fix some corner cases in the recognition of C++ raw strings.Alan Mackenzie2019-04-251-40/+42
* * lisp/progmodes/sql.elMichael R. Mauger2019-04-241-16/+30
* Fix some strings in wordstar modeMark Oteiza2019-04-241-12/+11
* Change WordStar emulation into a minor mode (Bug#35148)Mark Oteiza2019-04-241-11/+28
* Fix project-find-regexp search for '--'Dmitry Gutov2019-04-251-1/+1
* * lisp/windmove.el (windmove-display-in-direction): Support consecutive callsJuri Linkov2019-04-251-15/+16
* Fix rescheduling timers after suspensionEli Zaretskii2019-04-241-1/+1
* * lisp/emacs-lisp/timer-list.el: Fix header-line alignmentStefan Monnier2019-04-231-3/+7
* Rename auto-revert-notify-watch-descriptor-hash-listMattias Engdegård2019-04-231-10/+10
* Optimize for typing characters into long C++ raw strings.Alan Mackenzie2019-04-232-478/+492
* Precise handling of filenotify `stopped' eventsMattias Engdegård2019-04-221-12/+9
* * autorevert.el (auto-revert-notify-rm-watch): Simplify.Mattias Engdegård2019-04-221-12/+10
* Revert "Don't remove notify descriptor that is already gone"Mattias Engdegård2019-04-221-21/+10
* Make file-notify-rm-watch robust against reentryMattias Engdegård2019-04-221-26/+31
* Move side-effect-free from unsafep.el to subr.elBasil L. Contovounesios2019-04-212-5/+8
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+2
|\
| * Avoid false positives and false negatives of Info-quoted faceMauro Aranda2019-04-211-1/+2
* | Merge from origin/emacs-26Glenn Morris2019-04-211-1/+19
|\ \ | |/
| * Add a package: line to c-submit-bug-report.Glenn Morris2019-04-201-1/+19
* | Merge from origin/emacs-26Glenn Morris2019-04-214-5/+11
|\ \ | |/
| * Document insert-image-file's return value (Bug#32978)Noam Postavsky2019-04-191-2/+3
| * Autoload cua-toggle-rectangle-mark (Bug#34947)Braun Gábor2019-04-191-0/+1
| * Tell xclip not to expect job-control under eshell (Bug#35257)Noam Postavsky2019-04-191-1/+5
| * Fix off-by-one-link error in image--set-propertyBasil L. Contovounesios2019-04-181-2/+2
* | * lisp/progmodes/sql.el Bug#35307Michael R. Mauger2019-04-211-0/+6
* | * lisp/progmodes/sql.el Bug#24483Michael R. Mauger2019-04-211-4/+5
* | * lisp/progmodes.sql.elMichael R. Mauger2019-04-211-19/+23
* | Support amending the last commit using VC-HgDmitry Gutov2019-04-213-23/+55
* | Fix Pike Mode's autodoc doc comments style's continued lines.Alan Mackenzie2019-04-203-23/+173
* | * lisp/emacs-lisp/smie.el (smie-indent-comment-continue): Single-char case.Stefan Monnier2019-04-191-5/+27
* | * lisp/emacs-lisp/radix-tree.el (pcase-defmacro): Improve docstringStefan Monnier2019-04-191-2/+2
* | * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak docStefan Monnier2019-04-191-1/+1
* | * lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 argsStefan Monnier2019-04-191-3/+3
* | * lisp/calendar/parse-time.el (parse-time-string): Use functionp and setfStefan Monnier2019-04-191-13/+13
* | Remove subsumed regexp branchesMattias Engdegård2019-04-191-2/+2
* | Clear gnus-group-list when the newsrc-hashtb is recreatedEric Abrahamsen2019-04-191-1/+2
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-192-8/+18
* | Don't check for group existence in gnus-group-goto-groupEric Abrahamsen2019-04-191-14/+10
* | Fix regexp branches that subsume other branchesPaul Eggert2019-04-197-11/+10
* | Fix mail-extr regexp typo with ".".Paul Eggert2019-04-191-1/+1
* | * lisp/net/tramp-adb.el (tramp-adb-prompt): Remove repetition of expressionMichael Albinus2019-04-191-1/+1
* | Do not handle :stop in tramp-*-handle-make-processMichael Albinus2019-04-192-8/+0
* | Add a new user option 'ido-big-directories'.Philipp Stephani2019-04-191-7/+18
* | Only encode Gnus group names if they come from symbol-nameEric Abrahamsen2019-04-181-8/+8
* | Merge from origin/emacs-26Glenn Morris2019-04-171-9/+10
|\ \ | |/