diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-10-02 17:39:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-10-02 17:39:25 +0000 |
commit | b0de446f2bc6d9150626f613a3c32284f79b3621 (patch) | |
tree | 56897014b1b8ebfcebbfc1306c09bbccbf5d6e1c /lisp/progmodes/ebnf2ps.el | |
parent | f9f51bbf9eccb0bebdd7eebe39e9e7dd9e90a0e8 (diff) | |
download | emacs-b0de446f2bc6d9150626f613a3c32284f79b3621.tar.gz emacs-b0de446f2bc6d9150626f613a3c32284f79b3621.tar.bz2 emacs-b0de446f2bc6d9150626f613a3c32284f79b3621.zip |
(ebnf-eps-production-list): Use insert-buffer-substring.
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
-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 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)))) |