diff lisp/dialog.el @ 464:5aa1854ad537 r21-2-47

Import from CVS: tag r21-2-47
author cvs
date Mon, 13 Aug 2007 11:45:51 +0200
parents 576fb035e263
children 7039e6323819
line wrap: on
line diff
--- a/lisp/dialog.el	Mon Aug 13 11:44:39 2007 +0200
+++ b/lisp/dialog.el	Mon Aug 13 11:45:51 2007 +0200
@@ -642,7 +642,9 @@
 		       (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)