summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebnf2ps.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-10-02 17:39:25 +0000
committerRichard M. Stallman <rms@gnu.org>2005-10-02 17:39:25 +0000
commitb0de446f2bc6d9150626f613a3c32284f79b3621 (patch)
tree56897014b1b8ebfcebbfc1306c09bbccbf5d6e1c /lisp/progmodes/ebnf2ps.el
parentf9f51bbf9eccb0bebdd7eebe39e9e7dd9e90a0e8 (diff)
downloademacs-b0de446f2bc6d9150626f613a3c32284f79b3621.tar.gz
(ebnf-eps-production-list): Use insert-buffer-substring.
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
-rw-r--r--lisp/progmodes/ebnf2ps.el2
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))))