emacs-diffs
[Top][All Lists]
Advanced

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

scratch/shorthand-namespacing updated (cfc00db -> d8d196c)


From: João Távora
Subject: scratch/shorthand-namespacing updated (cfc00db -> d8d196c)
Date: Mon, 21 Sep 2020 12:01:41 -0400 (EDT)

capitaomorte pushed a change to branch scratch/shorthand-namespacing.

      from  cfc00db   Move most of the shorthand implementation to C code
       new  dd7d0e4   Robustify checking of shorthand-shorthands
       new  8aa2276   Integrate shorthand functionality into elisp-mode.el
       new  ea9544d   Shoosh byte-compiler in 
test/lisp/progmodes/elisp-mode-tests
       new  d8d196c   Add a test for byte-compilation


Summary of changes:
 lisp/international/mule.el                         | 25 ++++++++
 lisp/loadup.el                                     |  3 +-
 lisp/progmodes/elisp-mode.el                       |  3 +
 lisp/shorthand.el                                  | 70 ---------------------
 src/lread.c                                        | 25 +++++---
 test/lisp/progmodes/elisp-mode-tests.el            | 73 +++++++++++++++++++---
 .../elisp-resources/simple-shorthand-test.el       | 25 ++++++++
 test/lisp/shorthand-tests.el                       | 60 ------------------
 8 files changed, 139 insertions(+), 145 deletions(-)
 delete mode 100644 lisp/shorthand.el
 create mode 100644 test/lisp/progmodes/elisp-resources/simple-shorthand-test.el
 delete mode 100644 test/lisp/shorthand-tests.el



reply via email to

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