diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/ebnf2ps.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 887e856ba1f..18d88c92699 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -4261,7 +4261,7 @@ end | |||
| 4261 | ebnf-eps-max-height prod-height)) | 4261 | ebnf-eps-max-height prod-height)) |
| 4262 | ) | 4262 | ) |
| 4263 | (setq ebnf-eps-prod-width prod-width) | 4263 | (setq ebnf-eps-prod-width prod-width) |
| 4264 | (insert-buffer eps-buffer)) | 4264 | (insert-buffer-substring eps-buffer)) |
| 4265 | (setq prod-list (cdr prod-list)))) | 4265 | (setq prod-list (cdr prod-list)))) |
| 4266 | 4266 | ||
| 4267 | 4267 | ||