emacs/lisp/emacs-lisp
Mark Oteiza a66155555b Include sxhash of object with printed bytecode
This printing, while succint, is rather opaque.  At least give an
immediate clue of whether different byte code printouts are for the
same or different byte code objects.
* lisp/emacs-lisp/cl-print.el (cl-print-object): Add object sxhash to
printed token "#<bytecode>".
2017-09-11 16:06:06 -04:00
..
advice.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
autoload.el Fix over-protection of byte-compiled files 2017-08-26 23:07:58 -07:00
avl-tree.el Implement iterator generator for avl-trees. 2017-08-04 20:39:05 +01:00
backquote.el Give , and .@ doc strings. Fixes bug #24561. 2017-01-23 19:00:49 +00:00
benchmark.el Use lexical binding in benchmark.el 2017-03-03 18:26:30 +09:00
bindat.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
byte-opt.el Mark keywordp as a safe, error-free function 2017-05-26 22:45:58 +01:00
byte-run.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
bytecomp.el Support lazy loading for autogenerated usage docstrings too (Bug#27748) 2017-08-30 20:07:39 -04:00
cconv.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
chart.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
check-declare.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
checkdoc.el Turn off checkdoc complaint about default argument order 2017-09-01 17:31:45 -04:00
cl-extra.el * lisp/emacs-lisp/cl-extra.el (cl--random-state): New defstruct 2017-06-30 22:01:38 -04:00
cl-generic.el * lisp/subr.el (method-files): Move function to cl-generic.el 2017-07-28 11:28:48 -04:00
cl-indent.el Fix cl-indent for `loop' with :keywords (Bug#15543) 2017-05-27 16:08:35 -04:00
cl-lib.el * emacs-lisp/cl-lib.el (cl--old-struct-type-of): Accept `[]' 2017-07-18 12:01:27 -04:00
cl-macs.el Drop docstrings from cl-defsubst produced inline bodies (Bug#27748) 2017-08-30 20:07:39 -04:00
cl-preloaded.el Backward compatibility with pre-existing struct instances. 2017-04-04 08:23:46 +02:00
cl-print.el Include sxhash of object with printed bytecode 2017-09-11 16:06:06 -04:00
cl-seq.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
cl.el Move cXXXr and cXXXXr to subr.el 2017-01-25 14:21:10 -05:00
copyright.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
crm.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
cursor-sensor.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
debug.el * lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default. 2017-07-02 11:57:34 -04:00
derived.el Fix free var FOO-mode-{syntax,abbrev}-table warnings 2017-01-19 20:15:18 -05:00
disass.el * lisp/emacs-lisp/disass.el: Fix spacing while showing jump tables 2017-01-26 14:28:23 +05:30
easy-mmode.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
easymenu.el Clarify that easy-menu-add is a nop (Bug#25382) 2017-01-12 10:18:56 -05:00
edebug.el * lisp/subr.el (method-files): Move function to cl-generic.el 2017-07-28 11:28:48 -04:00
eieio-base.el Make EIEIO use records. 2017-04-04 08:23:46 +02:00
eieio-compat.el * lisp/emacs-lisp/eieio-compat.el (eieio--defgeneric-init-form): 2017-07-25 10:12:58 -04:00
eieio-core.el Don't change byte-compile-delete-errors at runtime (Bug#27340) 2017-06-24 10:12:53 -04:00
eieio-custom.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
eieio-datadebug.el Use cl-print for Edebug and EIEIO 2017-02-23 22:39:53 -05:00
eieio-opt.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
eieio-speedbar.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
eieio.el Let the cl-typep effects of defclass work during compilation (Bug#27718) 2017-08-07 18:54:49 -04:00
eldoc.el Simplify eldoc-message 2017-08-21 00:42:41 +03:00
elint.el Revert "Replace ldefs-boot with a much smaller file" 2017-03-07 13:49:48 +00:00
elp.el * lisp/loadhist.el (unload-feature): Remove ad-hoc ELP code 2017-07-27 22:51:37 -04:00
ert-x.el New macro 'ert-with-message-capture' 2017-02-04 13:36:43 +02:00
ert.el ; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag. 2017-09-05 20:53:57 -04:00
ewoc.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
find-func.el New commands: find-library-other-window, find-library-other-frame 2017-05-20 14:41:53 +03:00
float-sup.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
generator.el Remove some explicit runtime loads of pcase 2017-04-19 16:32:04 -04:00
generic.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
gv.el Don't define gv expanders in compiler's runtime (Bug#27016) 2017-08-07 18:54:49 -04:00
helper.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
inline.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
let-alist.el ; Bump let-alist 2017-01-31 19:47:53 -05:00
lisp-mnt.el Adjust lm-verify to accept current notices 2017-06-24 17:57:56 -07:00
lisp-mode.el Fix lisp-comment-indent for single-semicolon case 2017-07-06 08:59:32 -04:00
lisp.el Modify `beginning-of-defun-comments' 2017-05-12 11:40:57 +02:00
macroexp.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
map-ynp.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
map.el * lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring. 2017-07-17 22:01:17 +09:00
nadvice.el * lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Strip advices 2017-07-18 14:07:41 -04:00
package-x.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
package.el * lisp/emacs-lisp/package.el: Don't let failure stop us 2017-08-25 02:10:53 -04:00
pcase.el * lisp/subr.el (define-symbol-prop): New function 2017-07-28 12:02:01 -04:00
pp.el Switch pp.el to lexical binding 2017-03-02 23:03:20 -05:00
radix-tree.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
re-builder.el ; * lisp/emacs-lisp/re-builder.el: Fix commentary (Bug#27947). 2017-08-04 18:36:05 -04:00
regexp-opt.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
regi.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ring.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
rx.el Add 'rx' pattern for pcase. 2017-07-23 22:32:23 +02:00
seq.el * lisp/emacs-lisp/seq.el: Bump seq version. 2017-05-04 11:34:41 +02:00
shadow.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
smie.el make smie.el respect prog-first-column 2017-04-05 15:53:39 -06:00
subr-x.el Add an optional arguments to string-trim 2017-05-19 14:27:10 +03:00
syntax.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
tabulated-list.el Improve support of display-line-numbers in package.el 2017-08-19 14:05:51 +03:00
tcover-ses.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
tcover-unsafep.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
testcover.el Don't error on circular values in testcover 2017-08-07 18:54:44 -04:00
thunk.el Fix obsolete ‘test/automated’ references 2017-03-27 11:30:08 -07:00
timer-list.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
timer.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
tq.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
trace.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
unsafep.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00
warnings.el Update copyright year to 2017 2016-12-31 19:42:26 -08:00