emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (2419fa3 -> d3a7f3e)


From: Mattias Engdegård
Subject: [Emacs-diffs] master updated (2419fa3 -> d3a7f3e)
Date: Wed, 19 Jun 2019 05:24:49 -0400 (EDT)

mattiase pushed a change to branch master.

      from  2419fa3   Fix oversights of "support X core font driver on cairo" 
change
       new  36ab408   Compile list member functions in cond to switch 
(bug#36139)
       new  b8c7474   Tighter pcase or-pattern member function selection 
(bug#36139)
       new  14a8152   Compile cond with heterogeneous tests into switch 
(bug#36139)
       new  d3a7f3e   Compile any subsequence of `cond' clauses to switch 
(bug#36139)


Summary of changes:
 lisp/emacs-lisp/byte-opt.el            |  21 +--
 lisp/emacs-lisp/bytecomp.el            | 316 +++++++++++++++++----------------
 lisp/emacs-lisp/pcase.el               |  15 +-
 test/lisp/emacs-lisp/bytecomp-tests.el |  38 +++-
 test/lisp/emacs-lisp/pcase-tests.el    |   6 +-
 5 files changed, 225 insertions(+), 171 deletions(-)



reply via email to

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