summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix Gnus inline attachment decoding (bug#35507)Basil L. Contovounesios2019-05-031-4/+2
* * lisp/server.el: Cosmetic changesStefan Monnier2019-05-031-29/+24
* Improve documentation of 'isearch-regexp-function'Eli Zaretskii2019-05-031-3/+11
* ; Fix declaration in tramp-compat.elMichael Albinus2019-05-031-2/+2
* xref--find-ignores-arguments: Return "" if IGNORES is nilDmitry Gutov2019-05-031-1/+2
* Allow project-find-regexp'ing inside an ignored dirDmitry Gutov2019-05-031-1/+1
* (xref--mouse-2): Fix not to jump to the next lineDmitry Gutov2019-05-031-1/+2
* Fix an "empty identifier" problemDmitry Gutov2019-05-031-12/+17
* Fix fontification of first item in CC Mode macro without parenthesesAlan Mackenzie2019-05-022-22/+67
* * lisp/mail/footnote.el: Add TEXT and POINTERS togetherStefan Monnier2019-05-021-71/+49
* CC Mode: Fix multiline block comments in macros.Alan Mackenzie2019-05-022-9/+60
* * lisp/mail/footnote.el: Tweak markers conventionStefan Monnier2019-05-021-55/+37
* use view-mode on score file for ease of scrolling and quittingSam Steingold2019-05-021-1/+3
* tetris-null-map: bind "q" to `quit-window`Sam Steingold2019-05-021-0/+1
* Small code clean-up of file-notify-add-watchMattias Engdegård2019-05-021-63/+67
* * lisp/mail/footnote.el: Use dolist and hoist regexps out of loopsStefan Monnier2019-05-021-106/+77
* Fix tramp-compat-file-name-quoted-pMichael Albinus2019-05-021-32/+37
* * lisp/mail/footnote.el: Consolidate the two marker-alistsStefan Monnier2019-05-011-97/+94
* * lisp/mail/footnote.el: Minor simplificationsStefan Monnier2019-05-011-67/+31
* Restore previous calling signature of gnus-set-infoLars Ingebrigtsen2019-05-011-1/+1
* * lisp/emacs-lisp/edebug.el: Better handle instrumentation of `end-of-defun`Stefan Monnier2019-05-011-51/+34
* * lisp/help.el (function-called-at-point): Use Elisp's forward-sexp-functionStefan Monnier2019-05-011-11/+13
* ; Auto-commit of loaddefs files.Glenn Morris2019-05-011-56/+72
* Minor region-noncontiguous-p simplificationBasil L. Contovounesios2019-05-011-1/+1
* * lisp/progmodes/cc-engine.el: Silence minor compiler warningsStefan Monnier2019-04-301-5/+5
* * lisp/progmodes/cc-fonts.el: Silence some compiler warningsStefan Monnier2019-04-301-1/+1
* * lisp/autorevert.el (auto-revert-avoid-polling): Fix :set form.Mattias Engdegård2019-04-301-1/+2
* CC Mode: in certain font lock loops, check point is not beyond limit.Alan Mackenzie2019-04-301-2/+4
* Don't poll auto-revert files that use notification (bug#35418)Mattias Engdegård2019-04-301-37/+87
* Refrain from splicing anonymous faces in text propertiesStefan Monnier2019-04-291-2/+7
* * lisp/international/mule-util.el: Avoid setq; clarify meaning of -1.Stefan Monnier2019-04-291-13/+11
* Merge from origin/emacs-26Glenn Morris2019-04-291-8/+14
|\
| * Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-221-8/+14
| * Backport: Avoid using obsolete indent-relative-maybeBasil L. Contovounesios2019-04-223-8/+10
* | Replace use of obsolete string-make-unibyteNoam Postavsky2019-04-281-5/+2
* | python.el: Fix close paren indentation to match pep8 (Bug#20742)Tommi Komulainen2019-04-281-3/+9
* | Fix slow scrolling in C++ buffers with lots of template delimiters.Alan Mackenzie2019-04-271-1/+3
* | Handle quoted file names in tramp-archive.elMichael Albinus2019-04-262-7/+11
* | Fix the formatting of '\' (including apostrophes) in CC Mode.Alan Mackenzie2019-04-261-1/+13
* | 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