diff lisp/gui.el @ 219:262b8bb4a523 r20-4b8

Import from CVS: tag r20-4b8
author cvs
date Mon, 13 Aug 2007 10:09:35 +0200
parents 78478c60bfcd
children c42ec1d1cded
line wrap: on
line diff
--- a/lisp/gui.el	Mon Aug 13 10:08:36 2007 +0200
+++ b/lisp/gui.el	Mon Aug 13 10:09:35 2007 +0200
@@ -35,9 +35,7 @@
   "Plist of frame properties for initially creating a dialog frame.
 Properties specified here supersede the values given in
 `default-frame-plist'."
-  :type '(repeat (group :inline t
-			(symbol :tag "Property")
-			(sexp :tag "Value")))
+  :type 'plist
   :group 'frames)
 
 (defun make-dialog-frame (&optional props parent)