summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/syntax.el (syntax-ppss-table): New varStefan Monnier2016-01-161-1/+5
* Merge from origin/emacs-25John Wiegley2016-01-113-10/+11
|\
| * Add defvar-local to lisp-imenu-generic-expressionLeo Liu2016-01-071-2/+3
| * Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fdLeo Liu2016-01-071-6/+5
| * * lisp/emacs-lisp/autoload.el (autoload-find-destination): Doc fix.Glenn Morris2016-01-061-1/+2
| * * lisp/emacs-lisp/autoload.el (autoload-find-destination):Glenn Morris2016-01-061-1/+1
* | Merge from origin/emacs-25John Wiegley2016-01-111-2/+3
|\ \ | |/
| * Fix regression in font-locking cl-assert and cl-check-typeLeo Liu2016-01-021-2/+3
| * ; Auto-commit of loaddefs files.Glenn Morris2016-01-012-3/+3
* | Merge from origin/emacs-25John Wiegley2016-01-1183-83/+83
|\ \ | |/
| * Fix copyright years by handPaul Eggert2016-01-011-1/+1
| * Update copyright year to 2016Paul Eggert2016-01-0182-82/+82
* | Merge from origin/emacs-25John Wiegley2016-01-111-23/+24
|\ \ | |/
| * lisp/emacs-lisp/chart.el (chart-new-buffer): Move to silence byte compiler.Mark Oteiza2015-12-311-8/+8
| * Port chart.el methods to cl-generic.Mark Oteiza2015-12-311-15/+16
* | Merge from origin/emacs-25John Wiegley2016-01-111-0/+9
|\ \ | |/
| * Document support for ':documentation' in Lisp modeShakthi Kannan2015-12-301-0/+9
* | ; * lisp/emacs-lisp/autoload.el (autoload-timestamps): Doc tweak.Glenn Morris2016-01-061-1/+3
* | ; * lisp/emacs-lisp/autoload.el update-directory-autoloads): Fix typo in prev...Glenn Morris2016-01-061-1/+1
* | Allow creation of loaddefs files without timestamps.Glenn Morris2016-01-061-11/+51
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-2920-363/+433
|\ \ | |/
| * Add ert-deftest to lisp-mode.elLeo Liu2015-12-271-1/+2
| * add some cl-* aliases to lisp-mode imenuTom Tromey2015-12-221-1/+2
| * * lisp/emacs-lisp/package.el (package-unpack): Security checkArtur Malabarba2015-12-121-1/+4
| * * lisp/emacs-lisp/package.el (package--compile): Don't activateArtur Malabarba2015-12-121-2/+3
| * Document new features of package.elEli Zaretskii2015-12-121-2/+2
| * ; Restore selector `member' accidentally drooped in ert rewrite.Anders Lindgren2015-12-111-1/+1
| * * lisp/emacs-lisp/package.el (package--with-response-buffer):Artur Malabarba2015-12-081-3/+4
| * Spelling fixesPaul Eggert2015-12-071-1/+1
| * * lisp/emacs-lisp/package.el: Don't install bad signatures (bug#22089)Artur Malabarba2015-12-051-56/+62
| * * lisp/emacs-lisp/ert.el: Prefer pcase over cl-typecaseStefan Monnier2015-12-041-170/+167
| * * lisp/emacs-lisp/cl-macs.el (character): Can't be negativeStefan Monnier2015-12-041-1/+1
| * ; Auto-commit of loaddefs files.Glenn Morris2015-12-041-1/+1
| * * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix BOB "token"Stefan Monnier2015-12-031-3/+4
| * Fix some file headers for the purpose of `package--builtins'Artur Malabarba2015-12-032-0/+2
| * * lisp/emacs-lisp/package.el (package-unpack): Load before compilingArtur Malabarba2015-12-031-3/+8
| * * lisp/emacs-lisp/package.el: Refactor package activation codeArtur Malabarba2015-12-031-29/+34
| * Fix bug#22069 in cl-generic.elStephen Leake2015-12-021-4/+4
| * * lisp/emacs-lisp/package.el: Update header commentsArtur Malabarba2015-12-011-23/+5
| * Spelling and grammar fixesPaul Eggert2015-11-292-2/+2
| * Byte compiler: Catch missing argument to `funcall'. Fixes bug#22051.Alan Mackenzie2015-11-291-2/+7
| * Add ':version' tag to 'checkdoc-package-keywords-flag'Eli Zaretskii2015-11-271-0/+1
| * Byte Compiler: generate code to adjust stack count after call to `signal'.Alan Mackenzie2015-11-261-1/+2
| * Byte compiler: on setq with an odd number of arguments, generate a `signal'Alan Mackenzie2015-11-262-35/+40
| * 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
| * * lisp/emacs-lisp/nadvice.el (add-function): Fix debug spec.Johan Bockgård2015-11-231-2/+6
| * 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-231-2/+1