]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-face.el
* net/tramp.el (tramp-read-passwd): Cached passwords shall still be used.
[gnu-emacs] / lisp / cus-face.el
index 5581cff9588c4ca7573dda251971e97a60f9a84b..78c28b058daf9761a633641d22201a7e288266db 100644 (file)
@@ -1,7 +1,7 @@
 ;;; cus-face.el --- customization support for faces
 ;;
 ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: help, faces
@@ -44,7 +44,7 @@
          ;; Create frame-local faces
          (dolist (frame (frame-list))
            (face-spec-set-2 face frame value)
-           (when (memq (window-system frame) '(x w32 mac ns))
+           (when (memq (window-system frame) '(x w32 ns))
              (setq have-window-system t)))
          ;; When making a face after frames already exist
          (if have-window-system