aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode
diff options
context:
space:
mode:
authorPaul Eggert2020-01-05 11:48:59 -0800
committerPaul Eggert2020-01-05 11:50:31 -0800
commit088bfcc2d80eed44864147f3491eff69e4eb5cd8 (patch)
treea57599fb3064d09c38eec4ddd9cded8a3df72e6c /lisp/cedet/srecode
parent448df8fec7a7fb3fe558749591e657e8a84cb46b (diff)
downloademacs-088bfcc2d80eed44864147f3491eff69e4eb5cd8.tar.gz
emacs-088bfcc2d80eed44864147f3491eff69e4eb5cd8.zip
Move “Fix some broken conditional forms” to master
Revert 2020-01-04T19:17:12Z!eggert@cs.ucla.edu which recently I installed into the emacs-27 branch by mistake. These patches are now on master instead (via merging). Do not merge to master.
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r--lisp/cedet/srecode/semantic.el2
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)