diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 15:33:12 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 15:33:12 +0100 |
commit | 0a5ede014993bb6699c58a2c9d3631b4aff20847 (patch) | |
tree | 173b02bf57571e0b30452d1b238ab838ee8cb149 /lisp/cedet | |
parent | 91a9598baf1717f3a504bfa0dc0f180aa04e1def (diff) | |
download | emacs-0a5ede014993bb6699c58a2c9d3631b4aff20847.tar.gz |
; Auto-commit of loaddefs files.
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/semantic/grm-wy-boot.el | 4 |
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)))) |