emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2657741 1/4: semantic/lex-spp compilation fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 2657741 1/4: semantic/lex-spp compilation fix
Date: Fri, 14 Jun 2019 10:57:48 -0400 (EDT)

branch: master
commit 26577415400b88c66add5ac8848e6e370739bc21
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    semantic/lex-spp compilation fix
    
    * lisp/cedet/semantic/lex-spp.el
    (semantic-lex-spp-analyzer-push-tokens-for-symbol): Use new name
    for `semantic-lex-spp-anlyzer-do-replace'.
---
 lisp/cedet/semantic/lex-spp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el
index d491e33..b704bd6 100644
--- a/lisp/cedet/semantic/lex-spp.el
+++ b/lisp/cedet/semantic/lex-spp.el
@@ -907,7 +907,7 @@ STR occurs in the current buffer between BEG and END."
            (push str semantic-lex-spp-expanded-macro-stack)
            )
 
-         (semantic-lex-spp-anlyzer-do-replace sym val beg end))
+         (semantic-lex-spp-analyzer-do-replace sym val beg end))
 
        ))
      ;; Anything else.



reply via email to

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