diff options
| author | Lars Ingebrigtsen | 2019-06-14 15:54:50 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-14 15:54:50 +0200 |
| commit | 26577415400b88c66add5ac8848e6e370739bc21 (patch) | |
| tree | 77a36c70efc4cbe2666dc4fc71a45f11330b46c6 | |
| parent | 5b525f4f56f458d88b66be73cae2d1fc5b382db4 (diff) | |
| download | emacs-26577415400b88c66add5ac8848e6e370739bc21.tar.gz emacs-26577415400b88c66add5ac8848e6e370739bc21.zip | |
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'.
| -rw-r--r-- | lisp/cedet/semantic/lex-spp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 907 | (push str semantic-lex-spp-expanded-macro-stack) | 907 | (push str semantic-lex-spp-expanded-macro-stack) |
| 908 | ) | 908 | ) |
| 909 | 909 | ||
| 910 | (semantic-lex-spp-anlyzer-do-replace sym val beg end)) | 910 | (semantic-lex-spp-analyzer-do-replace sym val beg end)) |
| 911 | 911 | ||
| 912 | )) | 912 | )) |
| 913 | ;; Anything else. | 913 | ;; Anything else. |