From: Lars Ingebrigtsen Date: Fri, 14 Jun 2019 13:54:50 +0000 (+0200) Subject: semantic/lex-spp compilation fix X-Git-Tag: emacs-27.0.90~2536 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26577415400b88c66add5ac8848e6e370739bc21;p=emacs.git 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'. --- diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el index d491e332908..b704bd684e9 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.