summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Make `move article' work again (bug#33653)Katsumi Yamaoka2019-04-051-2/+3
* ; Fix copyright yearsGlenn Morris2019-04-041-1/+1
* Don't check comp-buffer-name-function in derived mode (Bug#34956)Troy Hinckley2019-04-041-2/+1
* Fix comment-empty-lines docstring (bug#35152)Basil L. Contovounesios2019-04-041-4/+4
* * lisp/progmodes/compile.el (compilation-error-regexp-alist): TypoStefan Monnier2019-04-041-1/+1
* * lisp/desktop.el (desktop--v2s): Add case for defstructs (bug#35131)Stefan Monnier2019-04-041-0/+13
* Avoid recursive load of eshellMauro Aranda2019-04-031-2/+3
* Fix repeated 'custom-add-option' in esh-mode.el (Bug#34993)Mauro Aranda2019-04-031-1/+1
* Work on asynchronous processes for tramp-adb.elMichael Albinus2019-04-033-44/+49
* Fix bug in gud-gdb-marker-filter: first marker does not start with \nStephen Leake2019-04-031-1/+1
* Avoid using obsolete indent-relative-maybeBasil L. Contovounesios2019-04-033-8/+10
* * lisp/progmodes/compile.el: Use non-nil values for *-functionStefan Monnier2019-04-031-14/+19
* * lisp/progmodes/compile.el: Allow 'line' functions in error-regexp-alistStefan Monnier2019-04-031-126/+89
* Allow partial decompression (Bug#33133)Noam Postavsky2019-04-021-2/+3
* * lisp/gnus/gnus-dup.el: Use lexical-bindingBasil L. Contovounesios2019-04-031-10/+13
* Fix verilog-mode vmm statements and AUTOINPUTREG ignores.Wilson Snyder2019-04-021-14/+20
* Improve regexp advice again, and unchain rangesPaul Eggert2019-04-0210-13/+13
* * lisp/emacs-lisp/cl-macs.el: Don't always inline struct functionsStefan Monnier2019-04-021-4/+11
* * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-026-22/+9
* Suppress timers in tramp-send-stringMichael Albinus2019-04-021-13/+24
* Refactor Gnus group name extraction in group completing readEric Abrahamsen2019-04-011-24/+17
* * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-014-28/+31
* ; Auto-commit of loaddefs files.Glenn Morris2019-04-011-37/+54
* Use update-game-score more often with TetrisPaul Eggert2019-03-311-15/+23
* Do not set indent-line-function in text-modeBasil L. Contovounesios2019-03-311-2/+2
* Do not set indent-line-function in text-modeBasil L. Contovounesios2019-03-311-2/+1
* Use lexical-binding in text-mode.elBasil L. Contovounesios2019-03-311-19/+15
* Fix recently extended delete-indentation behaviorBasil L. Contovounesios2019-03-311-23/+31
* Check gnus-newsgroup-dependencies is hash table in gnus-id-to-threadEric Abrahamsen2019-03-311-1/+2
* Allow a CC Mode derived mode to have strings delimited by single quotes.Alan Mackenzie2019-03-302-21/+43
* Gnus: Automatically render text/calendar in a human-friendly wayStefan Monnier2019-03-292-49/+47
* Fix (again) regexp bug in CC Mode.Alan Mackenzie2019-03-291-1/+1
* Use memql instead of memq in pcaseMattias EngdegÄrd2019-03-281-4/+4
* Initiate gnus-active-hashtb before making ephemeral groupEric Abrahamsen2019-03-281-1/+2
* * lisp/net/tramp.el (tramp-accept-process-output): Use `push'.Michael Albinus2019-03-281-1/+1
* * lisp/frame.el (make-frame-on-monitor): Add default value. (Bug#34516)Juri Linkov2019-03-271-6/+10
* * lisp/net/tramp.el (tramp-accept-process-output): Let progress reporter run.Michael Albinus2019-03-271-0/+5
* Tune css-mode regexpPaul Eggert2019-03-271-1/+1
* Improve documentation of 'alist-get' (Bug#34708)Michael Heerdegen2019-03-271-2/+24
* Use regexp-opt-charset to improve regexp tweaksPaul Eggert2019-03-273-10/+12
* Minor xml.el tweaksPaul Eggert2019-03-271-2/+2
* Use connection-local setting for tramp-remote-pathMichael Albinus2019-03-271-81/+84
* Avoid recently obsolete seq-contains in css-modeBasil L. Contovounesios2019-03-271-1/+1
* * lisp/xml.el (xml-name-char-re): Remove superfluous `-' in regexp.Mattias EngdegÄrd2019-03-271-1/+1
* Improve C++ raw string fontification.Alan Mackenzie2019-03-275-238/+562
* * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactiveAndreas Schwab2019-03-271-1/+1
* * lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.Nicolas Petton2019-03-271-1/+1
* 2019-03-26 regex cleanupPaul Eggert2019-03-2610-27/+34
* * easy-mmode.el: simplify via custom-current-groupStefan Monnier2019-03-261-6/+0
* * lisp/vc/vc.el (vc-diff-mergebase, vc-log-mergebase): New commands.Juri Linkov2019-03-253-4/+71