+2014-03-23 Juanma Barranquero <lekktu@gmail.com>
+
+ * frame.el (make-frame): Don't quote display name in error message,
+ it is already a string.
+
2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
* net/tramp.el (tramp-read-passwd): Suspend the timers while reading
(cdr (assq 'window-system parameters)))
(display
(or (window-system-for-display display)
- (error "Don't know how to interpret display \"%S\""
+ (error "Don't know how to interpret display %S"
display)))
(t window-system)))
(frame-creation-function (cdr (assq w frame-creation-function-alist)))