summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Modularize add-log-current-defun.Chong Yidong2012-12-011-0/+26
* | Convert several major modes to setq-local.Chong Yidong2012-12-011-32/+19
* | Revamp face-spec-set to be more analogous to setq for faces.Chong Yidong2012-11-251-15/+2
|/
* New emacs-lisp-byte-code-mode; misc minor changes.Stefan Monnier2012-09-091-16/+61
* * lisp/emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)Stefan Monnier2012-08-081-3/+6
* * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value ofAndreas Schwab2012-08-071-1/+3
* In Imenu, don't show defvars with no second argument.Chong Yidong2012-08-051-1/+6
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-2/+4
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-127/+129
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-291-2/+0
* * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'Juri Linkov2012-05-271-2/+2
* Use `declare' in `lambda' and mis minor changes.Stefan Monnier2012-05-261-2/+0
* * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties toStefan Monnier2012-05-171-20/+0
* Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table.Chong Yidong2012-01-291-3/+9
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.Stefan Monnier2011-12-081-0/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Capitalize non-function content words in menu item strings.Juri Linkov2011-09-181-3/+3
* Doc fixes related to lisp-indent-function (bug#9484)Glenn Morris2011-09-121-11/+17
* * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentationLars Magne Ingebrigtsen2011-07-061-19/+19
* * lisp/emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):Stefan Monnier2011-07-051-1/+0
* * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): Unnest `let'.Deniz Dogan2011-06-281-40/+40
* * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.Stefan Monnier2011-04-151-1/+1
* Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-011-1/+1
* Fix C-M-x in lexbind mode. Misc tweaks.Stefan Monnier2011-03-241-1/+19
* * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-191-1/+0
* Merge from trunkStefan Monnier2011-02-011-2/+1
|\
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-151-15/+11
* | | Merge from trunkStefan Monnier2010-12-101-6/+2
|\| |
| * | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-2/+1
| * | * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): New fun.Julien Danjou2010-10-311-4/+1
* | | Merge from trunkStefan Monnier2010-09-131-15/+2
|\| |
| * | Use `declare' in defmacros.Stefan Monnier2010-08-301-14/+0
| * | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
| * | Introduce a new comment style "c" flag.Stefan Monnier2010-08-121-1/+1
* | | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-1/+9
|/ /
* | * simple.el (prog-mode): New (abstract) major mode.Stefan Monnier2010-05-141-4/+2