summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Add ':version' tag to 'checkdoc-package-keywords-flag'Eli Zaretskii2015-11-271-0/+1
* Improve commentary in character-fold.elEli Zaretskii2015-11-271-3/+8
* Byte Compiler: generate code to adjust stack count after call to `signal'.Alan Mackenzie2015-11-261-1/+2
* After delete, record point location in undo.Phillip Lord2015-11-261-4/+5
* Check if the file exists on disk before producing the revert diffDmitry Gutov2015-11-261-6/+14
* Byte compiler: on setq with an odd number of arguments, generate a `signal'Alan Mackenzie2015-11-262-35/+40
* ; Remove outdated comment (bug#22015)Dmitry Gutov2015-11-261-13/+0
* Use find-tag-default for xref-backend-identifier-at-pointDmitry Gutov2015-11-261-6/+10
* Improve and update documentation of search commandsEli Zaretskii2015-11-252-4/+11
* Remove nnml-retrieve-groups that is unnecessary and somewhat problematicKatsumi Yamaoka2015-11-251-17/+0
* Disambiguate variable help a bit betterPaul Eggert2015-11-241-2/+6
* Pass SVN commit message through log-edit-extract-headersDmitry Gutov2015-11-251-1/+2
* CC Mode: Eliminate compiler warning messages.Alan Mackenzie2015-11-243-10/+17
* Extend the test suite for json.elSimen Heggestøyl2015-11-241-1/+1
* Allow completion on dynamic module files in load-libraryEli Zaretskii2015-11-241-4/+5
* CC Mode: eliminate almost all byte compilation warningsAlan Mackenzie2015-11-243-46/+49
* Squashed commit of the following:Alan Mackenzie2015-11-241-7/+39
* Byte compile: Output an error, not a warning, for odd number of args to setqAlan Mackenzie2015-11-241-3/+3
* Don't use package-user-dir in elisp-library-roots if it's not boundDmitry Gutov2015-11-241-2/+3
* * lisp/emacs-lisp/nadvice.el (add-function): Fix debug spec.Johan Bockgård2015-11-231-2/+6
* * lisp/leim/quail/tamil-dvorak.el: Add necessary escapes.Mark Oteiza2015-11-231-5/+5
* Add the tamil-dvorak input methodShakthi Kannan2015-11-231-0/+151
* Signal an error when `setf' gets an odd number of arguments.Alan Mackenzie2015-11-231-0/+2
* * lisp/emacs-lisp/smie.el (smie-backward-sexp): Handle BOB better.Stefan Monnier2015-11-231-1/+6
* Expunge occurrences of `setq' with an odd number of arguments.Alan Mackenzie2015-11-235-7/+6
* Issue a warning from the byte compiler on a malformed `setq' form.Alan Mackenzie2015-11-231-1/+5
* Don't let cconv_convert insert a nil argument into a `setq' form.Alan Mackenzie2015-11-231-4/+6
* Improve EUDC to BBDB 3 exportThomas Fitzsimmons2015-11-222-2/+10
* Add BBDB 3 support for EUDC exportThomas Fitzsimmons2015-11-223-15/+26
* Allow loading modules by 'load-file'Eli Zaretskii2015-11-221-2/+6
* Work around the asynchronous-empty-diff problemDmitry Gutov2015-11-224-9/+10
* Finish excising electric indent from `open-line'Karl Fogel2015-11-211-5/+4
* Adhere closer to the "implicit tag name" definitionDmitry Gutov2015-11-221-15/+12
* Backport: Fix issue where a new tempfile was created every refreshMark Oteiza2015-11-211-3/+2
* Add xref--etags-backend to xref-backing-functions using add-hookDmitry Gutov2015-11-212-4/+5
* Fixed bug#19576: `write-file' saves wrong buffer.Anders Lindgren2015-11-201-29/+26
* * lisp/cedet/mode-local.el: Delete obsolete commentStephen Leake2015-11-201-18/+0
* Discover repository version in linked worktrees (bug#21930)Juanma Barranquero2015-11-201-23/+41
* * lisp/replace.el (occur-regexp-descr): New function.Juri Linkov2015-11-202-8/+26
* Revert `open-line' electric-indent sensitivityKarl Fogel2015-11-191-10/+2
* Prioritize looking inside vc-parent-buffer over log-view-mode fallbackDmitry Gutov2015-11-191-3/+3
* ; * lisp/server.el (server-process-filter): Simplify last changeKen Brown2015-11-181-2/+1
* Silence byte-compiler warningKen Brown2015-11-181-0/+1
* Quote symbols in docstrings using `'Paul Eggert2015-11-189-14/+14
* Fix savegames in dunnetPeder O. Klingenberg2015-11-181-22/+1
* * lisp/emacs-lisp/package.el (package--with-response-buffer):Artur Malabarba2015-11-181-0/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17139-413/+415
* Improve doc stringStephen Leake2015-11-171-2/+3
* * lisp/image-mode.el: Support encrypted fileDaiki Ueno2015-11-171-1/+6
* ; lisp/window.el (display-buffer-at-bottom): Fix indentationJuanma Barranquero2015-11-171-1/+1