aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/ebnf2ps.el28
1 files changed, 14 insertions, 14 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index 1a680ffa077..22240a3a205 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -1135,14 +1135,14 @@ Elements of ALIST that are not conses are ignored."
1135;;; Interface to the command system 1135;;; Interface to the command system
1136 1136
1137(defgroup postscript nil 1137(defgroup postscript nil
1138 "PostScript Group" 1138 "PostScript Group."
1139 :tag "PostScript" 1139 :tag "PostScript"
1140 :version "20" 1140 :version "20"
1141 :group 'emacs) 1141 :group 'emacs)
1142 1142
1143 1143
1144(defgroup ebnf2ps nil 1144(defgroup ebnf2ps nil
1145 "Translate an EBNF to a syntactic chart on PostScript" 1145 "Translate an EBNF to a syntactic chart on PostScript."
1146 :prefix "ebnf-" 1146 :prefix "ebnf-"
1147 :version "20" 1147 :version "20"
1148 :group 'wp 1148 :group 'wp
@@ -1150,7 +1150,7 @@ Elements of ALIST that are not conses are ignored."
1150 1150
1151 1151
1152(defgroup ebnf-special nil 1152(defgroup ebnf-special nil
1153 "Special customization" 1153 "Special customization."
1154 :prefix "ebnf-" 1154 :prefix "ebnf-"
1155 :tag "Special" 1155 :tag "Special"
1156 :version "20" 1156 :version "20"
@@ -1158,7 +1158,7 @@ Elements of ALIST that are not conses are ignored."
1158 1158
1159 1159
1160(defgroup ebnf-except nil 1160(defgroup ebnf-except nil
1161 "Except customization" 1161 "Except customization."
1162 :prefix "ebnf-" 1162 :prefix "ebnf-"
1163 :tag "Except" 1163 :tag "Except"
1164 :version "20" 1164 :version "20"
@@ -1166,7 +1166,7 @@ Elements of ALIST that are not conses are ignored."
1166 1166
1167 1167
1168(defgroup ebnf-repeat nil 1168(defgroup ebnf-repeat nil
1169 "Repeat customization" 1169 "Repeat customization."
1170 :prefix "ebnf-" 1170 :prefix "ebnf-"
1171 :tag "Repeat" 1171 :tag "Repeat"
1172 :version "20" 1172 :version "20"
@@ -1174,7 +1174,7 @@ Elements of ALIST that are not conses are ignored."
1174 1174
1175 1175
1176(defgroup ebnf-terminal nil 1176(defgroup ebnf-terminal nil
1177 "Terminal customization" 1177 "Terminal customization."
1178 :prefix "ebnf-" 1178 :prefix "ebnf-"
1179 :tag "Terminal" 1179 :tag "Terminal"
1180 :version "20" 1180 :version "20"
@@ -1182,7 +1182,7 @@ Elements of ALIST that are not conses are ignored."
1182 1182
1183 1183
1184(defgroup ebnf-non-terminal nil 1184(defgroup ebnf-non-terminal nil
1185 "Non-Terminal customization" 1185 "Non-Terminal customization."
1186 :prefix "ebnf-" 1186 :prefix "ebnf-"
1187 :tag "Non-Terminal" 1187 :tag "Non-Terminal"
1188 :version "20" 1188 :version "20"
@@ -1190,7 +1190,7 @@ Elements of ALIST that are not conses are ignored."
1190 1190
1191 1191
1192(defgroup ebnf-production nil 1192(defgroup ebnf-production nil
1193 "Production customization" 1193 "Production customization."
1194 :prefix "ebnf-" 1194 :prefix "ebnf-"
1195 :tag "Production" 1195 :tag "Production"
1196 :version "20" 1196 :version "20"
@@ -1198,7 +1198,7 @@ Elements of ALIST that are not conses are ignored."
1198 1198
1199 1199
1200(defgroup ebnf-shape nil 1200(defgroup ebnf-shape nil
1201 "Shapes customization" 1201 "Shapes customization."
1202 :prefix "ebnf-" 1202 :prefix "ebnf-"
1203 :tag "Shape" 1203 :tag "Shape"
1204 :version "20" 1204 :version "20"
@@ -1206,7 +1206,7 @@ Elements of ALIST that are not conses are ignored."
1206 1206
1207 1207
1208(defgroup ebnf-displacement nil 1208(defgroup ebnf-displacement nil
1209 "Displacement customization" 1209 "Displacement customization."
1210 :prefix "ebnf-" 1210 :prefix "ebnf-"
1211 :tag "Displacement" 1211 :tag "Displacement"
1212 :version "20" 1212 :version "20"
@@ -1214,7 +1214,7 @@ Elements of ALIST that are not conses are ignored."
1214 1214
1215 1215
1216(defgroup ebnf-syntactic nil 1216(defgroup ebnf-syntactic nil
1217 "Syntactic customization" 1217 "Syntactic customization."
1218 :prefix "ebnf-" 1218 :prefix "ebnf-"
1219 :tag "Syntactic" 1219 :tag "Syntactic"
1220 :version "20" 1220 :version "20"
@@ -1222,7 +1222,7 @@ Elements of ALIST that are not conses are ignored."
1222 1222
1223 1223
1224(defgroup ebnf-optimization nil 1224(defgroup ebnf-optimization nil
1225 "Optimization customization" 1225 "Optimization customization."
1226 :prefix "ebnf-" 1226 :prefix "ebnf-"
1227 :tag "Optimization" 1227 :tag "Optimization"
1228 :version "20" 1228 :version "20"
@@ -4623,7 +4623,7 @@ killed after process termination."
4623(defun ebnf-eps-filename (str) 4623(defun ebnf-eps-filename (str)
4624 (let* ((len (length str)) 4624 (let* ((len (length str))
4625 (stri 0) 4625 (stri 0)
4626 (new (make-string len ?\ ))) 4626 (new (make-string len ?\s)))
4627 (while (< stri len) 4627 (while (< stri len)
4628 (aset new stri (aref ebnf-map-name (aref str stri))) 4628 (aset new stri (aref ebnf-map-name (aref str stri)))
4629 (setq stri (1+ stri))) 4629 (setq stri (1+ stri)))
@@ -5523,7 +5523,7 @@ killed after process termination."
5523(defun ebnf-trim-right (str) 5523(defun ebnf-trim-right (str)
5524 (let* ((len (1- (length str))) 5524 (let* ((len (1- (length str)))
5525 (index len)) 5525 (index len))
5526 (while (and (> index 0) (= (aref str index) ?\ )) 5526 (while (and (> index 0) (= (aref str index) ?\s))
5527 (setq index (1- index))) 5527 (setq index (1- index)))
5528 (if (= index len) 5528 (if (= index len)
5529 str 5529 str