]> git.eshelyaron.com Git - emacs.git/commit
0x%x → %#x in elisp formats
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Jul 2018 07:57:06 +0000 (00:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Jul 2018 08:10:07 +0000 (01:10 -0700)
commit57c4bc146b7e17b6f662604047cb5d10982f962c
tree7dd14e74987d90030468e71ca7ca5929dfd06a8c
parent109cb1520c690038d387aa290bb03261f7c5a1f6
0x%x → %#x in elisp formats

* lisp/emacs-lisp/cl-print.el (cl-print-object):
* lisp/profiler.el (profiler-format-entry):
* lisp/progmodes/hideif.el (hif-evaluate-macro):
Prefer %#x to 0x%x in elisp formats when formatting arbitrary
integers, as it’ll produce more-readable output with negative args
should we change how negative values are printed with %x.
lisp/emacs-lisp/cl-print.el
lisp/profiler.el
lisp/progmodes/hideif.el