X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Fdialog.el;h=b142d155f21d800b49b2cb9844f8cc5cce18a664;hp=cdfbe55d6585d2dd41d0234f664e25de06730c40;hb=efdb31fd4c8db81d2414c32d491f1bf994263c74;hpb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb diff --git a/lisp/dialog.el b/lisp/dialog.el index cdfbe55..b142d15 100644 --- a/lisp/dialog.el +++ b/lisp/dialog.el @@ -308,7 +308,7 @@ For type `page-setup': This invokes the Windows standard Page Setup dialog. This dialog is usually invoked in response to the Page Setup command, and -used to chose such parameters as page orientation, print margins etc. +used to choose such parameters as page orientation, print margins etc. Note that this dialog contains the \"Printer\" button, which invokes the Printer Setup dialog (see `msprinter-print-setup-dialog') so that the user can update the printer options or even select a different printer @@ -642,7 +642,9 @@ The keywords allowed are (set-buffer-dedicated-frame newbuf frame) (set-frame-property frame 'dialog-box-buffer newbuf) (with-current-buffer newbuf - (setq frame-title-format cl-title) + ;; Should be frame specific, so + ;; we don't do this for now. + ;; (setq frame-title-format cl-title) (make-local-hook 'delete-frame-hook) (add-hook 'delete-frame-hook #'(lambda (frame)