Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / lisp / term / common-win.el
index 0df5e57..067b996 100644 (file)
@@ -1,7 +1,6 @@
 ;;; common-win.el --- common part of handling window systems
 
-;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: terminals
@@ -125,9 +124,9 @@ is not used)."
 ;;;           (cons (logior (lsh 0 16)   9) 'ns-insert-working-text)
 ;;;           (cons (logior (lsh 0 16)  10) 'ns-delete-working-text)
               (cons (logior (lsh 0 16)  11) 'ns-spi-service-call)
-;;;           (cons (logior (lsh 0 16)  12) 'ns-new-frame)
+              (cons (logior (lsh 0 16)  12) 'ns-new-frame)
               (cons (logior (lsh 0 16)  13) 'ns-toggle-toolbar)
-;;;           (cons (logior (lsh 0 16)  14) 'ns-show-prefs)
+              (cons (logior (lsh 0 16)  14) 'ns-show-prefs)
               ))))
     (set-terminal-parameter frame 'x-setup-function-keys t)))
 
@@ -282,11 +281,11 @@ have been processed."
 ;; The ordering of the colors is chosen for the user's convenience in
 ;; `list-colors-display', which displays the reverse of this list.
 ;; Roughly speaking, `list-colors-display' orders by (i) named shades
-;; of grey with hue 0.0, sorted by value (ii) named colors with
+;; of gray with hue 0.0, sorted by value (ii) named colors with
 ;; saturation 1.0, sorted by hue, (iii) named non-white colors with
 ;; saturation less than 1.0, sorted by hue, (iv) other named shades of
 ;; white, (v) numbered colors sorted by hue, and (vi) numbered shades
-;; of grey.
+;; of gray.
 
 (declare-function ns-list-colors "nsfns.m" (&optional frame))