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
ceb4c4d3
Commit
ceb4c4d3
authored
Feb 06, 2006
by
Thien-Thi Nguyen
Browse files
Update years in copyright notice; nfc.
parent
273dc16a
Changes
347
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
28 additions
and
20 deletions
+28
-20
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+1
-1
lisp/emacs-lisp/assoc.el
lisp/emacs-lisp/assoc.el
+2
-1
lisp/emacs-lisp/authors.el
lisp/emacs-lisp/authors.el
+2
-1
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/autoload.el
+1
-1
lisp/emacs-lisp/backquote.el
lisp/emacs-lisp/backquote.el
+1
-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
+1
-1
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/byte-run.el
+2
-1
lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/checkdoc.el
+1
-1
lisp/emacs-lisp/cl-compat.el
lisp/emacs-lisp/cl-compat.el
+2
-1
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-extra.el
+1
-1
lisp/emacs-lisp/cl-indent.el
lisp/emacs-lisp/cl-indent.el
+1
-1
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.el
+1
-1
lisp/emacs-lisp/cl-seq.el
lisp/emacs-lisp/cl-seq.el
+2
-1
lisp/emacs-lisp/cl-specs.el
lisp/emacs-lisp/cl-specs.el
+2
-1
lisp/emacs-lisp/cl.el
lisp/emacs-lisp/cl.el
+2
-1
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/copyright.el
+1
-1
lisp/emacs-lisp/crm.el
lisp/emacs-lisp/crm.el
+1
-1
lisp/emacs-lisp/cust-print.el
lisp/emacs-lisp/cust-print.el
+2
-1
No files found.
lisp/emacs-lisp/advice.el
View file @
ceb4c4d3
;;; advice.el --- an overloading mechanism for Emacs Lisp functions
;; Copyright (C) 1993, 1994, 2000, 2001, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
;; Maintainer: FSF
...
...
lisp/emacs-lisp/assoc.el
View file @
ceb4c4d3
;;; assoc.el --- insert/delete/sort functions on association lists
;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Barry A. Warsaw <bwarsaw@cen.com>
;; Keywords: extensions
...
...
lisp/emacs-lisp/authors.el
View file @
ceb4c4d3
;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*-
;; Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2000, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Gerd Moellmann <gerd@gnu.org>
;; Maintainer: Kim F. Storm <storm@cua.dk>
...
...
lisp/emacs-lisp/autoload.el
View file @
ceb4c4d3
;; 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
, 2006
Free Software Foundation, Inc.
;; Author: Roland McGrath <roland@gnu.org>
;; Keywords: maint
...
...
lisp/emacs-lisp/backquote.el
View file @
ceb4c4d3
;;; backquote.el --- implement the ` Lisp construct
;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Rick Sladkey <jrs@world.std.com>
;; Maintainer: FSF
...
...
lisp/emacs-lisp/benchmark.el
View file @
ceb4c4d3
;;; benchmark.el --- support for benchmarking code
;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Dave Love <fx@gnu.org>
;; Keywords: lisp, extensions
...
...
lisp/emacs-lisp/bindat.el
View file @
ceb4c4d3
;;; bindat.el --- binary data structure packing and unpacking.
;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Kim F. Storm <storm@cua.dk>
;; Assignment name: struct.el
...
...
lisp/emacs-lisp/byte-opt.el
View file @
ceb4c4d3
;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler
;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>
...
...
lisp/emacs-lisp/byte-run.el
View file @
ceb4c4d3
;;; byte-run.el --- byte-compiler support for inlining
;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>
...
...
lisp/emacs-lisp/checkdoc.el
View file @
ceb4c4d3
;;; checkdoc.el --- check documentation strings for style requirements
;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Version: 0.6.2
...
...
lisp/emacs-lisp/cl-compat.el
View file @
ceb4c4d3
;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 2.02
...
...
lisp/emacs-lisp/cl-extra.el
View file @
ceb4c4d3
;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2000, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Keywords: extensions
...
...
lisp/emacs-lisp/cl-indent.el
View file @
ceb4c4d3
;;; cl-indent.el --- enhanced lisp-indent mode
;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;; 2005
, 2006
Free Software Foundation, Inc.
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
;; Created: July 1987
...
...
lisp/emacs-lisp/cl-macs.el
View file @
ceb4c4d3
;;; cl-macs.el --- Common Lisp macros -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 2.02
...
...
lisp/emacs-lisp/cl-seq.el
View file @
ceb4c4d3
;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 2.02
...
...
lisp/emacs-lisp/cl-specs.el
View file @
ceb4c4d3
;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
;; Keywords: lisp, tools, maint
...
...
lisp/emacs-lisp/cl.el
View file @
ceb4c4d3
;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 2.02
...
...
lisp/emacs-lisp/copyright.el
View file @
ceb4c4d3
;;; copyright.el --- update the copyright notice in current buffer
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, 2003,
;; 2004, 2005 Free Software Foundation, Inc.
;; 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
;; Keywords: maint, tools
...
...
lisp/emacs-lisp/crm.el
View file @
ceb4c4d3
;;; crm.el --- read multiple strings with completion
;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; 2000, 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Sen Nagata <sen@eccosys.com>
;; Keywords: completion, minibuffer, multiple elements
...
...
lisp/emacs-lisp/cust-print.el
View file @
ceb4c4d3
;;; cust-print.el --- handles print-level and print-circle
;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
;; Adapted-By: ESR
...
...
Prev
1
2
3
4
5
…
18
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