summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/font-lock.el (font-lock-beginning-of-syntax-function): RemoveStefan Monnier2015-09-172-9/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-1717-33/+33
* Fix search argument in ‘lisp--el-match-keyword’ (Bug#21492) (Bug#21493)Daniel McClanahan2015-09-161-1/+2
* Fix bugs in eieio-oref-default related to class symbolsStephen Leake2015-09-151-1/+2
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode-symbol-regexp): New constStefan Monnier2015-09-151-59/+49
* Elisp mode: Make font-lock and imenu handle escaped characters in symbolsAlan Mackenzie2015-09-141-17/+17
* * lisp/emacs-lisp/eieio-core.el (class-p): Accept class objectsStefan Monnier2015-09-111-4/+4
* Merge syntax-propertize--done and parse-sexp-propertize-doneStefan Monnier2015-09-111-52/+53
* Add seq-findNicolas Petton2015-09-111-0/+13
* Revert some stray curved quotes I missed earlierPaul Eggert2015-09-105-7/+8
* Make syntax.c call syntax-propertize on demandStefan Monnier2015-09-091-0/+15
* * lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Remove warningStefan Monnier2015-09-091-2/+5
* Remove redundant redefinition of seq-drop-while from seq.elOleh Krehel2015-09-091-7/+1
* * lisp/emacs-lisp/package.el (package--ensure-init-file)Phil Sainty2015-09-091-2/+2
* ; Auto-commit of loaddefs files.Glenn Morris2015-09-081-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-0739-249/+256
* * lisp/emacs-lisp/package.el: Reduce autoloading before compilingArtur Malabarba2015-09-071-18/+32
* * lisp/emacs-lisp/package.el (package-initialize): Set enable-at-startupArtur Malabarba2015-09-071-2/+7
* * lisp/emacs-lisp/package.el: Rename custom facesArtur Malabarba2015-09-061-32/+32
* Improve the semantic of map-someNicolas Petton2015-09-061-2/+3
* Rename map-contains-key-p and map-some-pNicolas Petton2015-09-061-4/+4
* Improve the semantic of seq-someNicolas Petton2015-09-061-5/+7
* Rename seq-some-p to seq-some and seq-contains-p to seq-containsNicolas Petton2015-09-061-13/+13
* Fix fix for describe-function keybinding confusionPaul Eggert2015-09-051-2/+2
* Use PAT rather than UPAT in pcase macrosJohan Bockgård2015-09-052-6/+6
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-034-8/+12
* Fix disassembly of non-compiled lexical functions (bug#21377)Stefan Monnier2015-09-032-35/+32
* Escape ` and ' in docPaul Eggert2015-09-014-6/+6
* Treat “instead” strings as docstringsPaul Eggert2015-08-312-2/+4
* Text quoting fixes in cedet, emulation, emacs-lispPaul Eggert2015-08-292-3/+3
* Improve seq-concatenate for new sequence typesNicolas Petton2015-08-271-1/+12
* Spelling fixesPaul Eggert2015-08-251-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-2411-20/+20
* ; Auto-commit of loaddefs files.Glenn Morris2015-08-241-1/+1
* Fix cl-subseq and cl-concatenateNicolas Petton2015-08-242-11/+11
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-2317-59/+66
* Remove the calls to `seq-into` from `seq-concatenate`Nicolas Petton2015-08-231-12/+5
* Make seq.el more extensible by using cl-defmethodNicolas Petton2015-08-232-218/+218
* Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-231-3/+2
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-234-17/+18
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-2131-205/+205
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-211-1/+2
* * lisp/emacs-lisp/smie.el (smie-indent-current-column): New funStefan Monnier2015-08-211-4/+21
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-167-15/+15
* ; Auto-commit of loaddefs files.Glenn Morris2015-08-151-1/+1
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-144-18/+17
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-141-2/+3
* xref-find-definitions: Exclude more generic function items.Stephen Leake2015-08-132-2/+32
* * emacs-lisp/lisp-mnt.el (lm-header): save-excursionArtur Malabarba2015-08-121-10/+11
* Merge remote-tracking branch 'origin/fix/subsequence-error-with-negative-sequ...Nicolas Petton2015-08-082-2/+9
|\