comparison lisp/startup.el @ 75347:e3694f1cb928

Add 2007 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Sun, 21 Jan 2007 03:53:13 +0000
parents 181210a9cef5
children b391b0c782f4 95d0cdf160ea
comparison
equal deleted inserted replaced
75346:7a3f13e2dd57 75347:e3694f1cb928
1 ;;; startup.el --- process Emacs shell arguments 1 ;;; startup.el --- process Emacs shell arguments
2 2
3 ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 3 ;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
4 ;; 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 4 ;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
5 5
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
7 ;; Keywords: internal 7 ;; Keywords: internal
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
1296 (fancy-splash-insert :face `(variable-pitch :foreground ,fg) 1296 (fancy-splash-insert :face `(variable-pitch :foreground ,fg)
1297 "\nThis is " 1297 "\nThis is "
1298 (emacs-version) 1298 (emacs-version)
1299 "\n" 1299 "\n"
1300 :face '(variable-pitch :height 0.5) 1300 :face '(variable-pitch :height 0.5)
1301 "Copyright (C) 2006 Free Software Foundation, Inc.") 1301 "Copyright (C) 2007 Free Software Foundation, Inc.")
1302 (and auto-save-list-file-prefix 1302 (and auto-save-list-file-prefix
1303 ;; Don't signal an error if the 1303 ;; Don't signal an error if the
1304 ;; directory for auto-save-list files 1304 ;; directory for auto-save-list files
1305 ;; does not yet exist. 1305 ;; does not yet exist.
1306 (file-directory-p (file-name-directory 1306 (file-directory-p (file-name-directory
1544 Getting New Versions How to obtain the latest version of Emacs 1544 Getting New Versions How to obtain the latest version of Emacs
1545 More Manuals / Ordering Manuals How to order printed manuals from the FSF 1545 More Manuals / Ordering Manuals How to order printed manuals from the FSF
1546 ") 1546 ")
1547 (insert "\n\n" (emacs-version) 1547 (insert "\n\n" (emacs-version)
1548 " 1548 "
1549 Copyright (C) 2006 Free Software Foundation, Inc.")) 1549 Copyright (C) 2007 Free Software Foundation, Inc."))
1550 1550
1551 ;; No mouse menus, so give help using kbd commands. 1551 ;; No mouse menus, so give help using kbd commands.
1552 1552
1553 ;; If keys have their default meanings, 1553 ;; If keys have their default meanings,
1554 ;; use precomputed string to save lots of time. 1554 ;; use precomputed string to save lots of time.
1592 \(`C-' means use the CTRL key. `M-' means use the Meta (or Alt) key. 1592 \(`C-' means use the CTRL key. `M-' means use the Meta (or Alt) key.
1593 If you have no Meta key, you may instead type ESC followed by the character.)") 1593 If you have no Meta key, you may instead type ESC followed by the character.)")
1594 1594
1595 (insert "\n\n" (emacs-version) 1595 (insert "\n\n" (emacs-version)
1596 " 1596 "
1597 Copyright (C) 2006 Free Software Foundation, Inc.") 1597 Copyright (C) 2007 Free Software Foundation, Inc.")
1598 1598
1599 (if (and (eq (key-binding "\C-h\C-c") 'describe-copying) 1599 (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
1600 (eq (key-binding "\C-h\C-d") 'describe-distribution) 1600 (eq (key-binding "\C-h\C-d") 'describe-distribution)
1601 (eq (key-binding "\C-h\C-w") 'describe-no-warranty)) 1601 (eq (key-binding "\C-h\C-w") 'describe-no-warranty))
1602 (insert 1602 (insert