comparison src/print.c @ 89945:59dcbfe97385

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-417 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-419 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-420 Tweak permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-421 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-430 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 29 Jun 2004 16:46:06 +0000
parents 4c90ffeb71c5 745575295194
children b9eee0a7bef5
comparison
equal deleted inserted replaced
89944:ecb75580442e 89945:59dcbfe97385
656 656
657 If variable `temp-buffer-show-function' is non-nil, call it at the end 657 If variable `temp-buffer-show-function' is non-nil, call it at the end
658 to get the buffer displayed instead of just displaying the non-selected 658 to get the buffer displayed instead of just displaying the non-selected
659 buffer and calling the hook. It gets one argument, the buffer to display. 659 buffer and calling the hook. It gets one argument, the buffer to display.
660 660
661 usage: (with-output-to-temp-buffer BUFFNAME BODY ...) */) 661 usage: (with-output-to-temp-buffer BUFNAME BODY ...) */)
662 (args) 662 (args)
663 Lisp_Object args; 663 Lisp_Object args;
664 { 664 {
665 struct gcpro gcpro1; 665 struct gcpro gcpro1;
666 Lisp_Object name; 666 Lisp_Object name;