summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/grm-wy-boot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/grm-wy-boot.el')
-rw-r--r--lisp/cedet/semantic/grm-wy-boot.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/grm-wy-boot.el b/lisp/cedet/semantic/grm-wy-boot.el
index 7fff36a3d02..376fab89c23 100644
--- a/lisp/cedet/semantic/grm-wy-boot.el
+++ b/lisp/cedet/semantic/grm-wy-boot.el
@@ -396,12 +396,12 @@
(let
((s $1))
(if
- (string-match "^{[\^M\n ]*" s)
+ (string-match "^{[ \n ]*" s)
(setq s
(substring s
(match-end 0))))
(if
- (string-match "[\^M\n ]*}$" s)
+ (string-match "[ \n ]*}$" s)
(setq s
(substring s 0
(match-beginning 0))))