From: Richard M. Stallman Date: Sun, 2 Oct 2005 17:39:25 +0000 (+0000) Subject: (ebnf-eps-production-list): Use insert-buffer-substring. X-Git-Tag: emacs-pretest-22.0.90~6857 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0de446f2bc6d9150626f613a3c32284f79b3621;p=emacs.git (ebnf-eps-production-list): Use insert-buffer-substring. --- 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))))