comparison lisp/emacs-lisp/byte-opt.el @ 79704:78ee6fae0e41

Add 2008 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Jan 2008 01:07:48 +0000
parents 7acb0cfbf6a4
children 107ccd98fa12
comparison
equal deleted inserted replaced
79703:974a828870fe 79704:78ee6fae0e41
1 ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler 1 ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler
2 2
3 ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6 ;; Author: Jamie Zawinski <jwz@lucid.com> 6 ;; Author: Jamie Zawinski <jwz@lucid.com>
7 ;; Hallvard Furuseth <hbf@ulrik.uio.no> 7 ;; Hallvard Furuseth <hbf@ulrik.uio.no>
8 ;; Maintainer: FSF 8 ;; Maintainer: FSF
9 ;; Keywords: internal 9 ;; Keywords: internal