Mercurial > emacs
changeset 65793:acecec3cf059
(ebnf-eps-production-list): Use insert-buffer-substring.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 02 Oct 2005 17:39:25 +0000 |
parents | 8c8e6f2eea3c |
children | 3dea674724d0 |
files | lisp/progmodes/ebnf2ps.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ebnf2ps.el Sun Oct 02 17:37:34 2005 +0000 +++ b/lisp/progmodes/ebnf2ps.el Sun Oct 02 17:39:25 2005 +0000 @@ -4261,7 +4261,7 @@ ebnf-eps-max-height prod-height)) ) (setq ebnf-eps-prod-width prod-width) - (insert-buffer eps-buffer)) + (insert-buffer-substring eps-buffer)) (setq prod-list (cdr prod-list))))