aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")
511;;; Commentary: 511;;; Commentary:
512;; 512;;
513;; This file was generated from " 513;; This file was generated from "
514 (if (string-match "\\(OFFadmin/grammars/.*\\.by\\)\\'" infile) 514 (if (string-match "\\(admin/grammars/.*\\.by\\)\\'" infile)
515 (match-string 1 infile) 515 (match-string 1 infile)
516 (concat "admin/grammars/" 516 (concat "admin/grammars/"
517 (if (string-equal lang "scm") "scheme" lang) ".by")) 517 (if (string-equal lang "scm") "scheme" lang) ".by"))