aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/whitespace.el: Use lexical binding.Mark Oteiza2017-07-291-1/+1
* artist.el: Avoid error with keyboard command invocationStephen Berman2017-07-291-1/+1
* Preserve point under 'dired-auto-revert-buffer' (third case)Stephen Berman2017-07-291-2/+2
* Do not unset user key remaps in dired-xAllen Li2017-07-291-4/+5
* Improve documentation of 'occur'Eli Zaretskii2017-07-291-0/+5
* Minor copyedits of comments in faces.elEli Zaretskii2017-07-291-1/+3
* * lisp/password-cache.el (password-data): Use a hash-tableStefan Monnier2017-07-282-36/+30
* * lisp/subr.el (define-symbol-prop): New functionStefan Monnier2017-07-284-29/+48
* * lisp/subr.el (method-files): Move function to cl-generic.elStefan Monnier2017-07-283-21/+20
* Improve doc string of 'locate-dominating-file'Eli Zaretskii2017-07-281-2/+5
* New commands 'apropos-local-variable', 'apropos-local-value'Drew Adams2017-07-281-0/+42
* * lisp/loadhist.el (unload-feature): Remove ad-hoc ELP codeStefan Monnier2017-07-272-5/+5
* Fix C++ class initializers not always being fontified at mode start.Alan Mackenzie2017-07-271-3/+10
* Fix variables in C++ "for" statement not always being fontified.Alan Mackenzie2017-07-271-4/+9
* CC Mode: Fix declarator being cut off from terminator by end of jit-lock chunkAlan Mackenzie2017-07-271-7/+20
* * lisp/vc/smerge-mode.el: Avoid N² blow up in degenerate casesStefan Monnier2017-07-271-17/+49
* * lisp/url/url-cookie.el: Use lexical-bindingStefan Monnier2017-07-271-26/+15
* * lisp/calendar/todo-mode.el (todo-print-buffer-function): Rework docstring.Stefan Monnier2017-07-271-5/+3
* * lisp/ruler-mode.el (ruler-mode-ruler): Document problem.Stefan Monnier2017-07-271-0/+4
* * lisp/emacs-lisp/cl-generic.el (cl-generic-define-method):Stefan Monnier2017-07-261-17/+18
* Stop using unibyte buffers for ert backtracesGlenn Morris2017-07-261-2/+1
* Fix semantic-symref-parse-tool-output-one-line after 644cdd1aa0Dmitry Gutov2017-07-261-17/+16
* Fix cl-defmethod indentationGrégoire Jadi2017-07-261-1/+1
* Fix two customization types in frame.elMartin Rudalics2017-07-261-2/+2
* Dired: Support eshell-ls from the beginning if the user wants toTino Calancha2017-07-261-0/+1
* * lisp/progmodes/sh-script.el (sh-mode): Recognize mkshrc.Mark Oteiza2017-07-251-0/+1
* * lisp/emacs-lisp/eieio-compat.el (eieio--defgeneric-init-form):Stefan Monnier2017-07-251-1/+2
* ls-lisp: Add an unload function and enable lexical bindingTino Calancha2017-07-251-1/+7
* register-read-with-preview: Quit if user input C-g or ESCTino Calancha2017-07-251-0/+4
* ; Fix previous commitMark Oteiza2017-07-241-3/+2
* Recognize MirBSD Korn shell rc fileMark Oteiza2017-07-241-1/+1
* * lisp/progmodes/perl-mode.el: Add support for indented here docsStefan Monnier2017-07-241-29/+14
* (loadhist-unload-element): Move ERT and cl-generic methodsStefan Monnier2017-07-243-15/+24
* Fix Bug#27371Michael Albinus2017-07-241-35/+64
* Ensure that we parse images right in shr.elGrégoire Jadi2017-07-241-0/+1
* Add 'rx' pattern for pcase.Philipp Stephani2017-07-232-1/+56
* Use a named function for global minor mode turn-on argumentMark Oteiza2017-07-231-6/+9
* Convert CC Mode's c-found-types from an obarray to a hash table.Alan Mackenzie2017-07-231-18/+10
* Fix image/svg+xml display in shrLars Ingebrigtsen2017-07-231-1/+1
* * lisp/display-line-numbers.el (display-line-numbers-type): Autoload it.Michael Albinus2017-07-231-0/+1
* Add line numbers display to the Options menuMichael Albinus2017-07-221-11/+56
* Revert "Let delete-selection-mode work with popup-menu commands (Bug#27569)"Noam Postavsky2017-07-221-4/+0
* Add a minor mode interface for display-line-numbersAlexander Gramiak2017-07-222-4/+107
* Support indented HERE-DOCs in cperl-modevividsnow2017-07-221-2/+2
* Add 'scroll-bar-mode' to settings in 'x-apply-session-resources'Matthew Bauer2017-07-221-0/+1
* Update ld-script mode (bug#27629)Alexander Kuleshov2017-07-221-3/+6
* * lisp/subr.el (add-to-history): Doc fix. (Bug#27494)Eli Zaretskii2017-07-221-1/+2
* Doc fixes for kmacro.el functionsEli Zaretskii2017-07-221-5/+6
* ElDoc: add docstrings and minor refactoringCharles A. Roelli2017-07-221-11/+38
* Introduce defcustom 'executable-prefix-env'Andrew L. Moore2017-07-221-11/+25