diff options
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/semantic.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/semantic.el b/lisp/cedet/srecode/semantic.el index 5b2dd034743..26c14892efd 100644 --- a/lisp/cedet/srecode/semantic.el +++ b/lisp/cedet/srecode/semantic.el | |||
| @@ -201,7 +201,7 @@ variable default values, and other things." | |||
| 201 | (let ((tag (or srecode-semantic-selected-tag | 201 | (let ((tag (or srecode-semantic-selected-tag |
| 202 | (srecode-semantic-tag-from-kill-ring)))) | 202 | (srecode-semantic-tag-from-kill-ring)))) |
| 203 | (when (not tag) | 203 | (when (not tag) |
| 204 | (error "No tag for current template. Use the semantic kill-ring.")) | 204 | "No tag for current template. Use the semantic kill-ring.") |
| 205 | (srecode-semantic-apply-tag-to-dict | 205 | (srecode-semantic-apply-tag-to-dict |
| 206 | (srecode-semantic-tag (semantic-tag-name tag) | 206 | (srecode-semantic-tag (semantic-tag-name tag) |
| 207 | :prime tag) | 207 | :prime tag) |