summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-28 13:55:53 -0500
committerGlenn Morris <rgm@gnu.org>2018-02-28 13:55:53 -0500
commit2a7eeef85683449a4e24b305e8bd69c2a343dc38 (patch)
tree91300cad8c7b5e6535983b2e39b3d6998cc85208 /lisp/cedet
parent088dfdd5d5fb9cd0e59919c7ea236265a5851d00 (diff)
downloademacs-2a7eeef85683449a4e24b305e8bd69c2a343dc38.tar.gz
emacs-2a7eeef85683449a4e24b305e8bd69c2a343dc38.tar.bz2
emacs-2a7eeef85683449a4e24b305e8bd69c2a343dc38.zip
; Remove debug code left in previous by mistake
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/semantic/bovine/grammar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/bovine/grammar.el b/lisp/cedet/semantic/bovine/grammar.el
index 65c856a8cae..1746f3e6ff5 100644
--- a/lisp/cedet/semantic/bovine/grammar.el
+++ b/lisp/cedet/semantic/bovine/grammar.el
@@ -511,7 +511,7 @@ Menu items are appended to the common grammar menu.")
;;; Commentary:
;;
;; This file was generated from "
- (if (string-match "\\(OFFadmin/grammars/.*\\.by\\)\\'" infile)
+ (if (string-match "\\(admin/grammars/.*\\.by\\)\\'" infile)
(match-string 1 infile)
(concat "admin/grammars/"
(if (string-equal lang "scm") "scheme" lang) ".by"))