; Remove debug code left in previous by mistake

This commit is contained in:
Glenn Morris 2018-02-28 13:55:53 -05:00
parent 088dfdd5d5
commit 2a7eeef856

View file

@ -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"))