emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (04cbdde -> 862a8a7)


From: Phil
Subject: [Emacs-diffs] master updated (04cbdde -> 862a8a7)
Date: Sat, 13 Jul 2019 03:10:45 -0400 (EDT)

psainty pushed a change to branch master.

      from  04cbdde   Replace Vdead with tagged pointer
       new  4ac905f   Add so-long library
       new  c1b4368   Add tests for so-long.el
       new  862a8a7   Merge branch 'scratch/so-long'


Summary of changes:
 doc/emacs/emacs.texi                               |    1 +
 doc/emacs/trouble.texi                             |   25 +
 etc/NEWS                                           |    8 +
 lisp/so-long.el                                    | 1703 ++++++++++++++++++++
 .../so-long-tests/autoload-longlines-mode-tests.el |   51 +
 .../so-long-tests/autoload-major-mode-tests.el     |   46 +
 .../so-long-tests/autoload-minor-mode-tests.el     |   50 +
 test/lisp/so-long-tests/so-long-tests-helpers.el   |  113 ++
 test/lisp/so-long-tests/so-long-tests.el           |  448 +++++
 9 files changed, 2445 insertions(+)
 create mode 100644 lisp/so-long.el
 create mode 100644 test/lisp/so-long-tests/autoload-longlines-mode-tests.el
 create mode 100644 test/lisp/so-long-tests/autoload-major-mode-tests.el
 create mode 100644 test/lisp/so-long-tests/autoload-minor-mode-tests.el
 create mode 100644 test/lisp/so-long-tests/so-long-tests-helpers.el
 create mode 100644 test/lisp/so-long-tests/so-long-tests.el



reply via email to

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