summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/lex-spp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/lex-spp.el')
-rw-r--r--lisp/cedet/semantic/lex-spp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el
index b704bd684e9..6fe33f93110 100644
--- a/lisp/cedet/semantic/lex-spp.el
+++ b/lisp/cedet/semantic/lex-spp.el
@@ -1092,7 +1092,7 @@ and variable state from the current buffer."
;; the originating buffer we are parsing. We need to do this every time
;; since the state changes.
(dolist (V important-vars)
- (set V (semantic-buffer-local-value V origbuff)))
+ (set V (buffer-local-value V origbuff)))
(insert text)
(goto-char (point-min))