Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3731a850
Commit
3731a850
authored
Aug 06, 2005
by
Thien-Thi Nguyen
Browse files
Update years in copyright notice; nfc.
parent
38685583
Changes
125
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
28 additions
and
23 deletions
+28
-23
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+2
-1
lisp/emacs-lisp/assoc.el
lisp/emacs-lisp/assoc.el
+1
-1
lisp/emacs-lisp/authors.el
lisp/emacs-lisp/authors.el
+1
-1
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/autoload.el
+1
-1
lisp/emacs-lisp/backquote.el
lisp/emacs-lisp/backquote.el
+2
-1
lisp/emacs-lisp/benchmark.el
lisp/emacs-lisp/benchmark.el
+1
-1
lisp/emacs-lisp/bindat.el
lisp/emacs-lisp/bindat.el
+1
-1
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/byte-opt.el
+2
-2
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/byte-run.el
+1
-1
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+1
-1
lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/checkdoc.el
+2
-1
lisp/emacs-lisp/cl-compat.el
lisp/emacs-lisp/cl-compat.el
+1
-1
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-extra.el
+2
-1
lisp/emacs-lisp/cl-indent.el
lisp/emacs-lisp/cl-indent.el
+2
-1
lisp/emacs-lisp/cl-seq.el
lisp/emacs-lisp/cl-seq.el
+1
-1
lisp/emacs-lisp/cl-specs.el
lisp/emacs-lisp/cl-specs.el
+1
-1
lisp/emacs-lisp/cl.el
lisp/emacs-lisp/cl.el
+1
-1
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/copyright.el
+2
-2
lisp/emacs-lisp/crm.el
lisp/emacs-lisp/crm.el
+2
-2
lisp/emacs-lisp/cust-print.el
lisp/emacs-lisp/cust-print.el
+1
-1
No files found.
lisp/emacs-lisp/advice.el
View file @
3731a850
;;; advice.el --- an overloading mechanism for Emacs Lisp functions
;; Copyright (C) 1993,1994,2000,01,2004,2005 Free Software Foundation, Inc.
;; Copyright (C) 1993, 1994, 2000, 2001, 2004,
;; 2005 Free Software Foundation, Inc.
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
;; Maintainer: FSF
...
...
lisp/emacs-lisp/assoc.el
View file @
3731a850
;;; assoc.el --- insert/delete/sort functions on association lists
;; Copyright (C) 1996 Free Software Foundation, Inc.
;; Copyright (C) 1996
, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
;; Author: Barry A. Warsaw <bwarsaw@cen.com>
;; Keywords: extensions
...
...
lisp/emacs-lisp/authors.el
View file @
3731a850
;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*-
;; Copyright (C) 2000, 200
3
, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2000, 200
2, 2003, 2004
, 2005 Free Software Foundation, Inc.
;; Author: Gerd Moellmann <gerd@gnu.org>
;; Maintainer: Kim F. Storm <storm@cua.dk>
...
...
lisp/emacs-lisp/autoload.el
View file @
3731a850
;; autoload.el --- maintain autoloads in loaddefs.el
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003,
;; 2004, 2005
Free Software Foundation, Inc.
;; 2004, 2005 Free Software Foundation, Inc.
;; Author: Roland McGrath <roland@gnu.org>
;; Keywords: maint
...
...
lisp/emacs-lisp/backquote.el
View file @
3731a850
;;; backquote.el --- implement the ` Lisp construct
;; Copyright (C) 1990, 92, 1994, 2001, 2004 Free Software Foundation, Inc.
;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; Author: Rick Sladkey <jrs@world.std.com>
;; Maintainer: FSF
...
...
lisp/emacs-lisp/benchmark.el
View file @
3731a850
;;; benchmark.el --- support for benchmarking code
;; Copyright (C) 2003
Free Software Foundation, Inc.
;; Copyright (C) 2003
, 2004, 2005
Free Software Foundation, Inc.
;; Author: Dave Love <fx@gnu.org>
;; Keywords: lisp, extensions
...
...
lisp/emacs-lisp/bindat.el
View file @
3731a850
;;; bindat.el --- binary data structure packing and unpacking.
;; Copyright (C) 2002 Free Software Foundation, Inc.
;; Copyright (C) 2002
, 2003, 2004, 2005
Free Software Foundation, Inc.
;; Author: Kim F. Storm <storm@cua.dk>
;; Assignment name: struct.el
...
...
lisp/emacs-lisp/byte-opt.el
View file @
3731a850
;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler
;; Copyright (
c
) 1991, 1994, 2000, 2001, 2002, 200
4
;;
Free Software Foundation, Inc.
;; Copyright (
C
) 1991, 1994, 2000, 2001, 2002, 200
3, 2004,
;;
2005
Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>
...
...
lisp/emacs-lisp/byte-run.el
View file @
3731a850
;;; byte-run.el --- byte-compiler support for inlining
;; Copyright (C) 1992, 2004, 2005
Free Software Foundation, Inc.
;; Copyright (C) 1992,
2002, 2003,
2004, 2005 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>
...
...
lisp/emacs-lisp/bytecomp.el
View file @
3731a850
;;; bytecomp.el --- compilation of Lisp code into byte code
;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002,
;; 2003, 2004, 2005
Free Software Foundation, Inc.
;; 2003, 2004, 2005 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>
...
...
lisp/emacs-lisp/checkdoc.el
View file @
3731a850
;;; checkdoc.el --- check documentation strings for style requirements
;;; Copyright (C) 1997, 1998, 2001, 2004 Free Software Foundation
;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Version: 0.6.2
...
...
lisp/emacs-lisp/cl-compat.el
View file @
3731a850
;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
;; Copyright (C) 1993, 200
4
Free Software Foundation, Inc.
;; Copyright (C) 1993, 200
2, 2003, 2004, 2005
Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 2.02
...
...
lisp/emacs-lisp/cl-extra.el
View file @
3731a850
;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2000, 2003, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2000, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Keywords: extensions
...
...
lisp/emacs-lisp/cl-indent.el
View file @
3731a850
;;; cl-indent.el --- enhanced lisp-indent mode
;; Copyright (C) 1987, 2000, 2001, 2002 Free Software Foundation, Inc.
;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
;; Created: July 1987
...
...
lisp/emacs-lisp/cl-seq.el
View file @
3731a850
;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993 Free Software Foundation, Inc.
;; Copyright (C) 1993
, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 2.02
...
...
lisp/emacs-lisp/cl-specs.el
View file @
3731a850
;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
;; Copyright (C) 1993, 200
3
Free Software Foundation, Inc.
;; Copyright (C) 1993, 200
2, 2003, 2004, 2005
Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
;; Keywords: lisp, tools, maint
...
...
lisp/emacs-lisp/cl.el
View file @
3731a850
;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993 Free Software Foundation, Inc.
;; Copyright (C) 1993
, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 2.02
...
...
lisp/emacs-lisp/copyright.el
View file @
3731a850
;;; copyright.el --- update the copyright notice in current buffer
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 200
3
, 200
4, 2005
;;
Free Software Foundation, Inc.
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 200
2
, 200
3,
;;
2004, 2005
Free Software Foundation, Inc.
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
;; Keywords: maint, tools
...
...
lisp/emacs-lisp/crm.el
View file @
3731a850
;;; crm.el --- read multiple strings with completion
;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000
;;
Free Software Foundation, Inc.
;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
;;
2000, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
;; Author: Sen Nagata <sen@eccosys.com>
;; Keywords: completion, minibuffer, multiple elements
...
...
lisp/emacs-lisp/cust-print.el
View file @
3731a850
;;; cust-print.el --- handles print-level and print-circle
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Copyright (C) 1992
, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
;; Adapted-By: ESR
...
...
Prev
1
2
3
4
5
…
7
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment