Noam Postavsky 112fbe3515 Minor simplification for byte-compile-constant-push 8 tahun lalu
..
advice.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
autoload.el 231bfd6818 Fix over-protection of byte-compiled files 7 tahun lalu
avl-tree.el 4b7f822cd5 Implement iterator generator for avl-trees. 8 tahun lalu
backquote.el 0c31ff43b6 Give , and .@ doc strings. Fixes bug #24561. 8 tahun lalu
benchmark.el 244de7b0ed Use lexical binding in benchmark.el 8 tahun lalu
bindat.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
byte-opt.el dc79aa10f1 Mark keywordp as a safe, error-free function 8 tahun lalu
byte-run.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
bytecomp.el 112fbe3515 Minor simplification for byte-compile-constant-push 7 tahun lalu
cconv.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
chart.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
check-declare.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
checkdoc.el 91478f4623 Nix some useless uses of looking-at, looking-back 8 tahun lalu
cl-extra.el 6fb45b7b36 * lisp/emacs-lisp/cl-extra.el (cl--random-state): New defstruct 8 tahun lalu
cl-generic.el b2225a374f * lisp/subr.el (method-files): Move function to cl-generic.el 8 tahun lalu
cl-indent.el 527a7cc942 Fix cl-indent for `loop' with :keywords (Bug#15543) 8 tahun lalu
cl-lib.el fa72de6cf7 * emacs-lisp/cl-lib.el (cl--old-struct-type-of): Accept `[]' 8 tahun lalu
cl-macs.el 0648edf3e0 Split variable macro env from function env 8 tahun lalu
cl-preloaded.el 2c68192c6b Backward compatibility with pre-existing struct instances. 8 tahun lalu
cl-print.el 9a65b57796 * lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default. 8 tahun lalu
cl-seq.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
cl.el 43eba49553 Move cXXXr and cXXXXr to subr.el 8 tahun lalu
copyright.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
crm.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
cursor-sensor.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
debug.el 9a65b57796 * lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default. 8 tahun lalu
derived.el 82a5e4dc88 Fix free var FOO-mode-{syntax,abbrev}-table warnings 8 tahun lalu
disass.el 6a82d19db1 * lisp/emacs-lisp/disass.el: Fix spacing while showing jump tables 8 tahun lalu
easy-mmode.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
easymenu.el b0ade0df21 Clarify that easy-menu-add is a nop (Bug#25382) 8 tahun lalu
edebug.el b2225a374f * lisp/subr.el (method-files): Move function to cl-generic.el 8 tahun lalu
eieio-base.el 8e6f204f44 Make EIEIO use records. 8 tahun lalu
eieio-compat.el 24b91584c2 * lisp/emacs-lisp/eieio-compat.el (eieio--defgeneric-init-form): 8 tahun lalu
eieio-core.el c75eb1030f Don't change byte-compile-delete-errors at runtime (Bug#27340) 8 tahun lalu
eieio-custom.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
eieio-datadebug.el 91932fff1d Use cl-print for Edebug and EIEIO 8 tahun lalu
eieio-opt.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
eieio-speedbar.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
eieio.el b5c8e9898d Let the cl-typep effects of defclass work during compilation (Bug#27718) 8 tahun lalu
eldoc.el 7ef0b5f611 Simplify eldoc-message 7 tahun lalu
elint.el 542a763281 Revert "Replace ldefs-boot with a much smaller file" 8 tahun lalu
elp.el 955e0cbb32 * lisp/loadhist.el (unload-feature): Remove ad-hoc ELP code 8 tahun lalu
ert-x.el ef3d8d6f72 New macro 'ert-with-message-capture' 8 tahun lalu
ert.el 054c198c12 Catch argument and macroexpansion errors in ert 8 tahun lalu
ewoc.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
find-func.el 021430f4b4 New commands: find-library-other-window, find-library-other-frame 8 tahun lalu
float-sup.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
generator.el 992e2019d3 Remove some explicit runtime loads of pcase 8 tahun lalu
generic.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
gv.el 79a74568e9 Don't define gv expanders in compiler's runtime (Bug#27016) 8 tahun lalu
helper.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
inline.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
let-alist.el 12da2a5bea ; Bump let-alist 8 tahun lalu
lisp-mnt.el 4314713764 Adjust lm-verify to accept current notices 8 tahun lalu
lisp-mode.el 386918f0b8 Fix lisp-comment-indent for single-semicolon case 8 tahun lalu
lisp.el aa779b0f15 Modify `beginning-of-defun-comments' 8 tahun lalu
macroexp.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
map-ynp.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
map.el 5e2ae74df5 * lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring. 8 tahun lalu
nadvice.el 24bd52565a * lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Strip advices 8 tahun lalu
package-x.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
package.el 1bd1658111 * lisp/emacs-lisp/package.el: Don't let failure stop us 7 tahun lalu
pcase.el bfb8d33fd1 * lisp/subr.el (define-symbol-prop): New function 8 tahun lalu
pp.el f5388ba8a7 Switch pp.el to lexical binding 8 tahun lalu
radix-tree.el e6a782ee1a Update copyright year to 2017 in master 8 tahun lalu
re-builder.el 12d7757a79 ; * lisp/emacs-lisp/re-builder.el: Fix commentary (Bug#27947). 8 tahun lalu
regexp-opt.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
regi.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
ring.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
rx.el ad4eff3b90 Add 'rx' pattern for pcase. 8 tahun lalu
seq.el 5c4dbbb745 * lisp/emacs-lisp/seq.el: Bump seq version. 8 tahun lalu
shadow.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
smie.el 473a42010c make smie.el respect prog-first-column 8 tahun lalu
subr-x.el c189986b24 Add an optional arguments to string-trim 8 tahun lalu
syntax.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
tabulated-list.el 2c77213738 Improve support of display-line-numbers in package.el 7 tahun lalu
tcover-ses.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
tcover-unsafep.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
testcover.el 0508045ed7 Don't error on circular values in testcover 8 tahun lalu
thunk.el 55086ef651 Fix obsolete ‘test/automated’ references 8 tahun lalu
timer-list.el e6a782ee1a Update copyright year to 2017 in master 8 tahun lalu
timer.el bcf244ef9b Merge from origin/emacs-25 8 tahun lalu
tq.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
trace.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
unsafep.el 5badc81c1c Update copyright year to 2017 8 tahun lalu
warnings.el 5badc81c1c Update copyright year to 2017 8 tahun lalu