summaryrefslogtreecommitdiff
path: root/lisp/cedet/srecode/texi.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/srecode/texi.el')
-rw-r--r--lisp/cedet/srecode/texi.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el
index 212b56c6ca0..bb2b7c91316 100644
--- a/lisp/cedet/srecode/texi.el
+++ b/lisp/cedet/srecode/texi.el
@@ -156,7 +156,7 @@ Adds the following:
(error "No tag to insert for :texitag template argument"))
;; Extract the tag out of the compound object.
- (setq tag (oref tag :prime))
+ (setq tag (oref tag prime))
;; Extract the doc string
(setq doc (semantic-documentation-for-tag tag))