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
d59c3137
Commit
d59c3137
authored
Dec 07, 2006
by
Glenn Morris
Browse files
Update copyright years.
parent
12f7728e
Changes
48
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
22 additions
and
21 deletions
+22
-21
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+1
-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/byte-run.el
lisp/emacs-lisp/byte-run.el
+1
-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
+1
-1
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.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/crm.el
lisp/emacs-lisp/crm.el
+1
-1
lisp/emacs-lisp/cust-print.el
lisp/emacs-lisp/cust-print.el
+1
-1
lisp/emacs-lisp/derived.el
lisp/emacs-lisp/derived.el
+1
-1
lisp/emacs-lisp/easymenu.el
lisp/emacs-lisp/easymenu.el
+2
-2
lisp/emacs-lisp/eldoc.el
lisp/emacs-lisp/eldoc.el
+1
-1
lisp/emacs-lisp/elint.el
lisp/emacs-lisp/elint.el
+1
-1
lisp/emacs-lisp/ewoc.el
lisp/emacs-lisp/ewoc.el
+1
-1
lisp/emacs-lisp/find-gc.el
lisp/emacs-lisp/find-gc.el
+1
-1
lisp/emacs-lisp/float-sup.el
lisp/emacs-lisp/float-sup.el
+1
-1
lisp/emacs-lisp/generic.el
lisp/emacs-lisp/generic.el
+1
-1
No files found.
lisp/emacs-lisp/advice.el
View file @
d59c3137
;;; advice.el --- an overloading mechanism for Emacs Lisp functions
;; Copyright (C) 1993, 1994, 2000, 2001, 2004,
;; Copyright (C) 1993, 1994, 2000, 2001,
2002, 2003,
2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
...
...
lisp/emacs-lisp/assoc.el
View file @
d59c3137
;;; assoc.el --- insert/delete/sort functions on association lists
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
;; Copyright (C) 1996,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Barry A. Warsaw <bwarsaw@cen.com>
...
...
lisp/emacs-lisp/authors.el
View file @
d59c3137
;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*-
;; Copyright (C) 2000, 2002, 2003, 2004, 2005,
;; Copyright (C) 2000,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Gerd Moellmann <gerd@gnu.org>
...
...
lisp/emacs-lisp/byte-run.el
View file @
d59c3137
;;; byte-run.el --- byte-compiler support for inlining
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
...
...
lisp/emacs-lisp/cl-compat.el
View file @
d59c3137
;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/emacs-lisp/cl-extra.el
View file @
d59c3137
;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2000, 2002, 2003, 2004,
;; Copyright (C) 1993, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/emacs-lisp/cl-macs.el
View file @
d59c3137
;;; cl-macs.el --- Common Lisp macros -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1993, 2001, 2002, 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 @
d59c3137
;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/emacs-lisp/cl-specs.el
View file @
d59c3137
;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
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 @
d59c3137
;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*-
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/emacs-lisp/crm.el
View file @
d59c3137
;;; crm.el --- read multiple strings with completion
;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; 2000,
2001,
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 @
d59c3137
;;; cust-print.el --- handles print-level and print-circle
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@holonexus.org>
...
...
lisp/emacs-lisp/derived.el
View file @
d59c3137
;;; derived.el --- allow inheritance of major modes
;; (formerly mode-clone.el)
;; Copyright (C) 1993, 1994, 1999, 2002, 2003, 2004,
;; Copyright (C) 1993, 1994, 1999,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: David Megginson (dmeggins@aix1.uottawa.ca)
...
...
lisp/emacs-lisp/easymenu.el
View file @
d59c3137
;;; easymenu.el --- support the easymenu interface for defining a menu
;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2002, 2003,
2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1994, 1996, 1998, 1999, 2000,
2001,
2002, 2003,
;;
2004,
2005, 2006 Free Software Foundation, Inc.
;; Keywords: emulations
;; Author: Richard Stallman <rms@gnu.org>
...
...
lisp/emacs-lisp/eldoc.el
View file @
d59c3137
;;; eldoc.el --- show function arglist or variable docstring in echo area
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1996, 1997, 1998, 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Noah Friedman <friedman@splode.com>
...
...
lisp/emacs-lisp/elint.el
View file @
d59c3137
;;; elint.el --- Lint Emacs Lisp
;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
;; Copyright (C) 1997,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Peter Liljenberg <petli@lysator.liu.se>
...
...
lisp/emacs-lisp/ewoc.el
View file @
d59c3137
;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; 2000,
2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Per Cederqvist <ceder@lysator.liu.se>
;; Inge Wallin <inge@lysator.liu.se>
...
...
lisp/emacs-lisp/find-gc.el
View file @
d59c3137
;;; find-gc.el --- detect functions that call the garbage collector
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emacs-lisp/float-sup.el
View file @
d59c3137
;;; float-sup.el --- define some constants useful for floating point numbers.
;; Copyright (C) 1985, 1986, 1987, 2002, 2003, 2004,
;; Copyright (C) 1985, 1986, 1987,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/emacs-lisp/generic.el
View file @
d59c3137
;;; generic.el --- defining simple major modes with comment and font-lock
;;
;; Copyright (C) 1997, 1999, 2002, 2003, 2004,
;; Copyright (C) 1997, 1999,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;;
;; Author: Peter Breton <pbreton@cs.umb.edu>
...
...
Prev
1
2
3
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