summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/package.el (package-install-from-archive): Fix last changeStefan Monnier2019-05-241-3/+6
* * lisp/emacs-lisp/cl-macs.el (cl-callf): Tweak in docstringMichael Heerdegen2019-05-241-2/+3
* Allow zero-argument rx `or' and `seq' formsMattias Engdegård2019-05-201-5/+9
* Revert "Allow zero-argument rx `or' and `seq' forms"Mattias Engdegård2019-05-201-8/+5
* Allow zero-argument rx `or' and `seq' formsMattias Engdegård2019-05-201-5/+8
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-1937-43/+6
* cus-edit.el: Remove XEmacs compat codeLars Ingebrigtsen2019-05-191-1/+1
* * lisp/emacs-lisp/package.el: Fix decoding of downloaded filesStefan Monnier2019-05-181-42/+71
* * lisp/emacs-lisp/package.el: Reduce macrology in ...with-response-bufferStefan Monnier2019-05-181-39/+42
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix docstring of accessors.Stefan Monnier2019-05-161-1/+1
* Make `package' not "uninhibit" messages (Bug#34037)Paul Pogonyshev2019-05-161-2/+2
* * lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand) <setq>: RewriteStefan Monnier2019-05-161-9/+19
* Add standard unmatchable regexpMattias Engdegård2019-05-151-2/+2
* * lisp/emacs-lisp/packages.el: Add `all` to package-check-signatureStefan Monnier2019-05-121-5/+13
* Fix alist-get gv setter not returning VALMichael Heerdegen2019-05-091-12/+14
* * lisp/emacs-lisp/syntax.el (syntax-propertize): `ignore` is like nilStefan Monnier2019-05-081-2/+3
* Merge from origin/emacs-26Glenn Morris2019-05-081-11/+21
|\
| * Fix incorrect cloning of eieio-instance-inheritor objects (Bug#34840)Vitalie Spinu2019-05-081-2/+10
| * Fix cloning of eieio-named objects (Bug#22840)Vitalie Spinu2019-05-071-9/+11
* | * lisp/emacs-lisp/lisp.el (insert-pair-alist): Turn defvar into defcustom.Juri Linkov2019-05-061-9/+12
* | * lisp/emacs-lisp/lisp.el (insert-pair-alist): Precompute default value.Juri Linkov2019-05-051-1/+7
* | * lisp/emacs-lisp/edebug.el: Better handle instrumentation of `end-of-defun`Stefan Monnier2019-05-011-51/+34
* | Merge from origin/emacs-26Glenn Morris2019-04-291-8/+14
|\ \ | |/
| * Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-221-8/+14
* | Fix Bug#33618; define search path variables for grep, byte-compileStephen Leake2019-04-251-0/+9
* | Fix rescheduling timers after suspensionEli Zaretskii2019-04-241-1/+1
* | * lisp/emacs-lisp/timer-list.el: Fix header-line alignmentStefan Monnier2019-04-231-3/+7
* | Move side-effect-free from unsafep.el to subr.elBasil L. Contovounesios2019-04-211-5/+0
* | * lisp/emacs-lisp/smie.el (smie-indent-comment-continue): Single-char case.Stefan Monnier2019-04-191-5/+27
* | * lisp/emacs-lisp/radix-tree.el (pcase-defmacro): Improve docstringStefan Monnier2019-04-191-2/+2
* | * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak docStefan Monnier2019-04-191-1/+1
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-192-8/+18
* | Properly bracket concat of comment-start-skip (Bug#34805)Noam Postavsky2019-04-151-2/+2
* | Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-1/+1
* | Optimize byte-compilation of proper-list-pBasil L. Contovounesios2019-04-121-1/+2
* | * nadvice.el: Add ourselves to package--builtin-versionsStefan Monnier2019-04-081-0/+7
* | * lisp/emacs-lisp/cl-macs.el: Don't always inline struct functionsStefan Monnier2019-04-021-4/+11
* | * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-025-22/+2
* | * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-012-26/+10
* | Use memql instead of memq in pcaseMattias Engdegård2019-03-281-4/+4
* | Use regexp-opt-charset to improve regexp tweaksPaul Eggert2019-03-271-3/+3
* | * lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.Nicolas Petton2019-03-271-1/+1
* | * easy-mmode.el: simplify via custom-current-groupStefan Monnier2019-03-261-6/+0
* | Fix the error message when modifying maps in-place (Bug#34941)Nicolas Petton2019-03-221-2/+2
* | Correctly handle packages without description in describe-packageFederico Tedin2019-03-221-1/+2
* | Make edebug-eval-expression support code completionFederico Tedin2019-03-221-3/+1
* | * lisp/emacs-lisp/seq.el (seq-difference): Inverse a conditional for clarity.Nicolas Petton2019-03-211-3/+3
* | New seq-contains-p predicate (Bug#34852)Nicolas Petton2019-03-211-5/+15
* | Merge from origin/emacs-26Glenn Morris2019-03-201-2/+7
|\ \ | |/
| * Fix downloading updates for packages with non-ASCII descriptionsEli Zaretskii2019-03-191-2/+7