diff lisp/faces.el @ 4670:5a54ce6dc945

Remove some extra parentheses, #'set-face-background-pixmap-file. lisp/ChangeLog addition: 2009-08-09 Aidan Kehoe <kehoea@parhasard.net> * faces.el (set-face-background-pixmap-file): Remove some extra parentheses revealed by change set 7757334005ae.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 09 Aug 2009 12:38:04 +0100
parents 38ef5a6da799
children e3feb329bda9
line wrap: on
line diff
--- a/lisp/faces.el	Tue Jul 28 23:29:22 2009 +0900
+++ b/lisp/faces.el	Sun Aug 09 12:38:04 2009 +0100
@@ -706,8 +706,8 @@
   (interactive
    (let* ((face (read-face-name "Set background pixmap of face: "))
 	  (default (and (face-background-pixmap-instance face)
-			((image-instance-file-name
-			  (face-background-pixmap-instance face)))))
+			(image-instance-file-name
+			 (face-background-pixmap-instance face))))
 	  (file (read-file-name
 		 (format "Set background pixmap of face %s to: "
 			 (symbol-name face))