emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (c213422 -> 5b525f4)


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master updated (c213422 -> 5b525f4)
Date: Fri, 14 Jun 2019 09:48:06 -0400 (EDT)

larsi pushed a change to branch master.

      from  c213422   Adjust erc functions after previous erc-pre-send-function 
change
       new  595e12c   Move functions from semantic.el to analyze.el to avoid 
warnings
       new  98df06c   srecode-inserter-prin-example compilation fix
       new  4d96ee4   srecode/dictionary compilation fix
       new  2604ea8   srecode/dictionary compilation warning fix
       new  51ba125   srecode/find compilation fix
       new  9fac0e7   srecode/srt-mode compilation fix
       new  5b525f4   Use cl-typep instead of obsolete predicate functions 
throughout cedet


Summary of changes:
 lisp/cedet/semantic.el                  | 61 ++++++---------------------------
 lisp/cedet/semantic/analyze.el          | 52 ++++++++++++++++++++++++++++
 lisp/cedet/semantic/analyze/complete.el |  2 +-
 lisp/cedet/semantic/db-find.el          |  8 ++---
 lisp/cedet/semantic/db-ref.el           |  2 +-
 lisp/cedet/semantic/db-typecache.el     |  2 +-
 lisp/cedet/semantic/util.el             |  2 +-
 lisp/cedet/srecode/compile.el           | 14 +-------
 lisp/cedet/srecode/ctxt.el              |  5 +--
 lisp/cedet/srecode/dictionary.el        | 11 +++---
 lisp/cedet/srecode/find.el              |  4 +--
 lisp/cedet/srecode/insert.el            | 13 +++++++
 lisp/cedet/srecode/srt-mode.el          |  3 +-
 13 files changed, 92 insertions(+), 87 deletions(-)



reply via email to

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