emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Wed, 20 Mar 2002 18:15:34 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.292 emacs/lisp/startup.el:1.293
*** emacs/lisp/startup.el:1.292 Tue Mar 12 14:13:52 2002
--- emacs/lisp/startup.el       Wed Mar 20 18:15:33 2002
***************
*** 1,6 ****
  ;;; startup.el --- process Emacs shell arguments
  
! ;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000, 2001
  ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; startup.el --- process Emacs shell arguments
  
! ;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
  ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
***************
*** 1197,1203 ****
                         (emacs-version)
                         "\n"
                         :face '(variable-pitch :height 0.5)
!                        "Copyright (C) 2001 Free Software Foundation, Inc.")
      (and auto-save-list-file-prefix
         ;; Don't signal an error if the
         ;; directory for auto-save-list files
--- 1197,1203 ----
                         (emacs-version)
                         "\n"
                         :face '(variable-pitch :height 0.5)
!                        "Copyright (C) 2002 Free Software Foundation, Inc.")
      (and auto-save-list-file-prefix
         ;; Don't signal an error if the
         ;; directory for auto-save-list files
***************
*** 1333,1339 ****
  ")
            (insert "\n\n" (emacs-version)
                            "
! Copyright (C) 2001 Free Software Foundation, Inc."))
  
        ;; No mouse menus, so give help using kbd commands.
  
--- 1333,1339 ----
  ")
            (insert "\n\n" (emacs-version)
                            "
! Copyright (C) 2002 Free Software Foundation, Inc."))
  
        ;; No mouse menus, so give help using kbd commands.
  
***************
*** 1379,1385 ****
  
        (insert "\n\n" (emacs-version)
                        "
! Copyright (C) 2001 Free Software Foundation, Inc.")
  
        (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
                 (eq (key-binding "\C-h\C-d") 'describe-distribution)
--- 1379,1385 ----
  
        (insert "\n\n" (emacs-version)
                        "
! Copyright (C) 2002 Free Software Foundation, Inc.")
  
        (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
                 (eq (key-binding "\C-h\C-d") 'describe-distribution)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]