aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/electric.el (electric-indent-just-newline): New command.Stefan Monnier2013-11-052-3/+20
* * lisp/electric.el (electric-indent-local-mode): New minor mode.Stefan Monnier2013-11-053-5/+36
* * lisp/mh-e/mh-print.el (mh-ps-print-preprint): Don't use dynamic-varStefan Monnier2013-11-052-3/+8
* Fix bug #15800 by clarifying description of what keyboard layout means.Eli Zaretskii2013-11-052-1/+6
* * lisp/progmodes/ruby-mode.el: Improve a few error messages.Bozhidar Batsov2013-11-051-4/+4
* Fix bug #15805 with trying to load Lisp files before load-path is populated.Eli Zaretskii2013-11-052-23/+31
* * lisp/vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holesStefan Monnier2013-11-052-30/+33
* * lisp/net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.Stefan Monnier2013-11-052-8/+12
* Fix problems found while writing a test suite.Michael Albinus2013-11-054-8/+24
* lisp/gnus/gnus-cite.el (gnus-cite-add-face): Make non-sticky overlaysKatsumi Yamaoka2013-11-052-1/+5
* Doc fix for glyphless-char-display-control.Xue Fuqiao2013-11-052-1/+11
* * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.Bozhidar Batsov2013-11-055-19/+12
* * lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.Bozhidar Batsov2013-11-052-4/+5
* Spelling fixes.Paul Eggert2013-11-043-5/+5
* * lisp/rect.el (rectangle--highlight-for-redisplay):Stefan Monnier2013-11-043-4/+8
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.Stefan Monnier2013-11-042-1/+4
* * lisp/electric.el (electric-indent-post-self-insert-function):Stefan Monnier2013-11-042-8/+9
* * lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule.Helmut Eller2013-11-042-0/+5
* * lisp/emacs-lisp/cconv.el (cconv-convert): Check form of let binding.Nathan Trapuzzano2013-11-042-6/+14
* * lisp/erc/erc-pcomplete.el (erc-pcomplete): Set this-command.Stefan Monnier2013-11-042-4/+6
* * lisp/emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.Stefan Monnier2013-11-042-3/+5
* * lisp/progmodes/python.el: Fix up last change.Stefan Monnier2013-11-042-43/+87
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-044-27/+96
* Add Archive column to package list.Ted Zlatanov2013-11-042-0/+13
* * lisp/helpers.el: Actually commit the library code.Bozhidar Batsov2013-11-042-0/+47
* Fix problems found while writing a test suite.Michael Albinus2013-11-043-10/+25
* * lisp/progmodes/ruby-mode.el (ruby-mode): Clean up docstring.Bozhidar Batsov2013-11-041-6/+4
* * lisp/subr.el (version<, version<=, version=):Bozhidar Batsov2013-11-041-7/+6
* * lisp/helpers.el: New library for misc helper functions.Bozhidar Batsov2013-11-041-0/+6
* * lisp/progmodes/ruby-mode.el (ruby-smie--forward-token)Dmitry Gutov2013-11-042-2/+15
* * lisp/textmodes/fill.el (fill-single-char-nobreak-p): New functionMichal Nazarewicz2013-11-032-2/+18
* * lisp/progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):Nathan Trapuzzano2013-11-032-2/+9
* * lisp/rect.el (rectangle-mark-mode): Rename from rectangle-mark.Stefan Monnier2013-11-032-17/+37
* * lisp/startup.el (command-line-1): Allow `-L :...' to append to load-path.Glenn Morris2013-11-032-7/+20
* * lisp/emacs-lisp/smie.el (smie-rule-parent): Always callStefan Monnier2013-11-033-25/+25
* * cedet/semantic/lex.el (semantic-lex-start-block)Johan Bockgård2013-11-032-57/+63
* Unset EMACSLOADPATH in some Makefiles rather than setting it to the defaultGlenn Morris2013-11-032-3/+7
* * lisp/Makefile.in (abs_top_builddir): RemoveGlenn Morris2013-11-022-1/+1
* Comment markup fixGlenn Morris2013-11-021-6/+5
* Fix commentary in lisp/Makefile.in.Eli Zaretskii2013-11-021-7/+5
* * lisp/Makefile.in (EMACS): Use a relative filename.Glenn Morris2013-11-022-10/+14
* * lisp/Makefile.in (abs_lisp): Remove, replace by abs_srcdirGlenn Morris2013-11-022-3/+4
* Use relative filenames in TAGS files.Glenn Morris2013-11-022-12/+18
* Small Makefile cleanup mainly related to tags file generationGlenn Morris2013-11-022-9/+32
* * lisp/ChangeLog: Fix a typo.Bozhidar Batsov2013-11-021-1/+1
* NEWS tweakXue Fuqiao2013-11-021-1/+2
* * lisp/emacs-lisp/package.el (package-version-join): Recognize snapshot versi...Bozhidar Batsov2013-11-022-2/+8
* * subr.el (version-regexp-alist): Add support for snapshot versions.Bozhidar Batsov2013-11-022-5/+14
* * lisp/progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): NewDmitry Gutov2013-11-022-2/+19
* * lisp/progmodes/ruby-mode.el Use `syntax-propertize-function'Dmitry Gutov2013-11-022-349/+185