aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-02-28 13:55:53 -0500
committerGlenn Morris2018-02-28 13:55:53 -0500
commit2a7eeef85683449a4e24b305e8bd69c2a343dc38 (patch)
tree91300cad8c7b5e6535983b2e39b3d6998cc85208
parent088dfdd5d5fb9cd0e59919c7ea236265a5851d00 (diff)
downloademacs-2a7eeef85683449a4e24b305e8bd69c2a343dc38.tar.gz
emacs-2a7eeef85683449a4e24b305e8bd69c2a343dc38.zip
; Remove debug code left in previous by mistake
-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"))