emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (224534a -> 0dba340)


From: Gemini Lasswell
Subject: [Emacs-diffs] master updated (224534a -> 0dba340)
Date: Fri, 13 Sep 2019 17:05:19 -0400 (EDT)

gazally pushed a change to branch master.

      from  224534a   * lisp/help-mode.el (help-mode-menu): Fix typo.  
(Bug#36485)
       new  2093395   Improve print output options commands in backtrace-mode 
(bug#36566)
       new  5c40c21   Improve performance of backtrace printing (bug#36566)
       new  6eaf39d   Fix unnecessary hash table creation in cl-prin1 
(bug#36566)
       new  3bd6ef4   Create common tests for print.c and cl-print.el
       new  0dba340   Don't build print-number-table unless it will be used


Summary of changes:
 doc/lispref/debugging.texi              |   3 +
 lisp/emacs-lisp/backtrace.el            |  44 ++++--
 lisp/emacs-lisp/cl-print.el             |  21 +--
 src/print.c                             | 100 ++++++------
 test/lisp/emacs-lisp/backtrace-tests.el |  49 ++++++
 test/lisp/emacs-lisp/cl-print-tests.el  | 115 +-------------
 test/src/print-tests.el                 | 259 ++++++++++++++++++++++++++++++--
 7 files changed, 392 insertions(+), 199 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]