summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Improve dynamic elisp keyword font-lockingTassilo Horn2015-03-181-29/+20
* Font-lock elisp macros/special forms dynamicallyTassilo Horn2015-03-151-2/+34
* Add macro pcase-lambdaLeo Liu2015-02-091-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* New macro define-adviceLeo Liu2014-11-181-2/+2
* Font-lock `cl-flet*', too.Thien-Thi Nguyen2014-09-281-1/+1
* Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-261-661/+34
* * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2): AddLeo Liu2014-09-141-3/+3
* * etc/NEWS: New Tramp method "nc".Robert Brown (tiny change)2014-06-191-26/+38
* Add with-file-modes macro, and use itGlenn Morris2014-05-141-0/+1
* * lisp/emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," whichStefan Monnier2014-05-101-16/+10
* * lisp/emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight pastStefan Monnier2014-05-011-1/+2
* Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.deJuanma Barranquero2014-04-251-1/+1
|\
| * * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):Leo Liu2014-04-241-1/+1
* | * lisp/emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.Stefan Monnier2014-04-221-1/+24
* | * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): AddLeo Liu2014-04-051-1/+2
|/
* Fix debbugs#16971Dmitry Gutov2014-03-171-7/+2
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'Glenn Morris2014-01-291-2/+2
* Doc fixes related to zero prefix argument of eval-expression etcGlenn Morris2014-01-221-11/+14
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother withStefan Monnier2014-01-031-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Revert unnecessary earlier changeGlenn Morris2013-12-271-4/+3
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Unbreak bootstrap.Glenn Morris2013-12-271-3/+4
* Make Electric Pair mode smarter/more useful:João Távora2013-12-261-1/+7
* * lisp/simple.el (eval-expression-print-format): Don't check forJuri Linkov2013-12-191-9/+24
* * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.Bozhidar Batsov2013-11-051-10/+3
* * lisp/emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste.Helmut Eller2013-10-241-4/+2
* * lisp/emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.Stefan Monnier2013-10-081-5/+245
* * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using lexical-binding.Stefan Monnier2013-10-071-22/+20
* lisp/*.el: Silence lexical-binding warnings.Juanma Barranquero2013-08-091-7/+7
* lisp/emacs-lisp/lisp-mode.el: Support cl-def* expressions in imenu.Juanma Barranquero2013-08-021-2/+5
* Convert symbol prettification into minor mode and global minor mode.Juanma Barranquero2013-06-191-1/+1
* Add coding cookie to lisp/emacs-lisp/lisp-mode.el.Eli Zaretskii2013-06-151-1/+1
* lisp-mode font-lock fox for bug#14574Glenn Morris2013-06-111-2/+2
* Introduce and use prog-prettify-install.Ted Zlatanov2013-06-051-18/+4
* Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-l...Ted Zlatanov2013-06-051-2/+21
* * lisp/emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macrosStefan Monnier2013-06-031-0/+1
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit fromStefan Monnier2013-05-291-0/+1
* * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. Juri Linkov2013-05-061-7/+6
* * lisp/emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column): MakeDmitry Gutov2013-03-241-0/+2
* Don't use font-lock-syntax-table in lisp modes.Stefan Monnier2013-02-171-8/+4
* Fixes: debbugs:13556Andreas Schwab2013-01-261-4/+8
* * lisp-mode.el (emacs-lisp-mode-map): Add native profiler menu entries.Glenn Morris2013-01-191-0/+16
* Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ruGlenn Morris2013-01-191-1/+1
|\
| * Doc fixes related to "(declare (indent symbol))" (bug#13450)Glenn Morris2013-01-151-1/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Make eval-defun on a pre-defined defcustom call any :set functionGlenn Morris2012-12-081-13/+20
* | Fix last change.Chong Yidong2012-12-011-22/+23