diff options
Diffstat (limited to 'lisp/cedet/srecode/cpp.el')
-rw-r--r-- | lisp/cedet/srecode/cpp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el index e6a55992336..306c60f1b61 100644 --- a/lisp/cedet/srecode/cpp.el +++ b/lisp/cedet/srecode/cpp.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2007, 2009-2019 Free Software Foundation, Inc. -;; Author: Eric M. Ludlam <eric@siege-engine.com> +;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Jan Moringen <scymtym@users.sourceforge.net> ;; This file is part of GNU Emacs. @@ -122,7 +122,7 @@ specified in a C file." (srecode-semantic-apply-tag-to-dict-default tag-wrapper dict) ;; Pull out the tag for the individual pieces. - (let* ((tag (oref tag-wrapper :prime)) + (let* ((tag (oref tag-wrapper prime)) (class (semantic-tag-class tag))) ;; Add additional information based on the class of the tag. |