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

Add 2008 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Jan 2008 01:07:48 +0000
parents b8e6a2408b6d
children 6552247ba6b0 107ccd98fa12
comparison
equal deleted inserted replaced
79703:974a828870fe 79704:78ee6fae0e41
1 ;;; bytecomp.el --- compilation of Lisp code into byte code 1 ;;; bytecomp.el --- compilation of Lisp code into byte code
2 2
3 ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002, 3 ;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002,
4 ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2003, 2004, 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: lisp 9 ;; Keywords: lisp