]> git.eshelyaron.com Git - emacs.git/commit
Include sxhash of object with printed bytecode
authorMark Oteiza <mvoteiza@udel.edu>
Mon, 11 Sep 2017 20:06:06 +0000 (16:06 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Mon, 11 Sep 2017 20:06:06 +0000 (16:06 -0400)
commita66155555b6e37b7c5a4d3fd4604f9929288753a
tree7dd1800e5815f2d1b01ca15e515511c7d6f2143a
parent4c57eda5cf03ed9c3beda4c3a62624e6f46ad84e
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>".
lisp/emacs-lisp/cl-print.el