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
e91081eb
Commit
e91081eb
authored
Dec 05, 2006
by
Glenn Morris
Browse files
Update copyright years.
parent
6d4ca208
Changes
49
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
21 deletions
+21
-21
lisp/cdl.el
lisp/cdl.el
+1
-1
lisp/chistory.el
lisp/chistory.el
+1
-1
lisp/cmuscheme.el
lisp/cmuscheme.el
+1
-1
lisp/compare-w.el
lisp/compare-w.el
+1
-1
lisp/complete.el
lisp/complete.el
+2
-2
lisp/completion.el
lisp/completion.el
+1
-1
lisp/cus-dep.el
lisp/cus-dep.el
+1
-1
lisp/cvs-status.el
lisp/cvs-status.el
+1
-1
lisp/delim-col.el
lisp/delim-col.el
+1
-1
lisp/dirtrack.el
lisp/dirtrack.el
+1
-1
lisp/disp-table.el
lisp/disp-table.el
+1
-1
lisp/dos-fns.el
lisp/dos-fns.el
+1
-1
lisp/dos-vars.el
lisp/dos-vars.el
+1
-1
lisp/dos-w32.el
lisp/dos-w32.el
+1
-1
lisp/double.el
lisp/double.el
+1
-1
lisp/ebuff-menu.el
lisp/ebuff-menu.el
+1
-1
lisp/echistory.el
lisp/echistory.el
+1
-1
lisp/ediff-vers.el
lisp/ediff-vers.el
+1
-1
lisp/edmacro.el
lisp/edmacro.el
+1
-1
lisp/electric.el
lisp/electric.el
+1
-1
No files found.
lisp/cdl.el
View file @
e91081eb
;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs
;; Copyright (C) 1993, 2002, 2003, 2004, 2005,
;; Copyright (C) 1993,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi)
...
...
lisp/chistory.el
View file @
e91081eb
;;; chistory.el --- list command history
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
;; Copyright (C) 1985,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
...
...
lisp/cmuscheme.el
View file @
e91081eb
;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el
;; Copyright (C) 1988, 1994, 1997, 2002, 2003, 2004,
;; Copyright (C) 1988, 1994, 1997,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Olin Shivers <olin.shivers@cs.cmu.edu>
...
...
lisp/compare-w.el
View file @
e91081eb
;;; compare-w.el --- compare text between windows for Emacs
;; Copyright (C) 1986, 1989, 1993, 1997, 2002, 2003, 2004,
;; Copyright (C) 1986, 1989, 1993, 1997,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/complete.el
View file @
e91081eb
;;; complete.el --- partial completion mechanism plus other goodies
;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2002, 2003,
2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000,
2001,
2002, 2003,
;;
2004,
2005, 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Keywords: abbrev convenience
...
...
lisp/completion.el
View file @
e91081eb
;;; completion.el --- dynamic word-completion code
;; Copyright (C) 1990, 1993, 1995, 1997, 2002, 2003, 2004,
;; Copyright (C) 1990, 1993, 1995, 1997,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/cus-dep.el
View file @
e91081eb
;;; cus-dep.el --- find customization dependencies
;;
;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
;; Copyright (C) 1997,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
...
...
lisp/cvs-status.el
View file @
e91081eb
;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*-
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/delim-col.el
View file @
e91081eb
;;; delim-col.el --- prettify all columns in a region or rectangle
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
...
...
lisp/dirtrack.el
View file @
e91081eb
;;; dirtrack.el --- Directory Tracking by watching the prompt
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
;; Copyright (C) 1996,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Peter Breton <pbreton@cs.umb.edu>
...
...
lisp/disp-table.el
View file @
e91081eb
;;; disp-table.el --- functions for dealing with char tables
;; Copyright (C) 1987, 1994, 1995, 1999, 2002, 2003, 2004,
;; Copyright (C) 1987, 1994, 1995, 1999,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Erik Naggum <erik@naggum.no>
...
...
lisp/dos-fns.el
View file @
e91081eb
;;; dos-fns.el --- MS-Dos specific functions
;; Copyright (C) 1991, 1993, 1995, 1996, 2002, 2003, 2004,
;; Copyright (C) 1991, 1993, 1995, 1996,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: Morten Welinder <terra@diku.dk>
...
...
lisp/dos-vars.el
View file @
e91081eb
;;; dos-vars.el --- MS-Dos specific user options
;; Copyright (C) 1998, 2002, 2003, 2004, 2005,
;; Copyright (C) 1998,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/dos-w32.el
View file @
e91081eb
;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
;; Copyright (C) 1996,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: Geoff Voelker <voelker@cs.washington.edu>
...
...
lisp/double.el
View file @
e91081eb
;;; double.el --- support for keyboard remapping with double clicking
;; Copyright (C) 1994, 1997, 1998, 2002, 2003, 2004,
;; Copyright (C) 1994, 1997, 1998,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
...
...
lisp/ebuff-menu.el
View file @
e91081eb
;;; ebuff-menu.el --- electric-buffer-list mode
;; Copyright (C) 1985, 1986, 1994, 2002, 2003, 2004,
;; Copyright (C) 1985, 1986, 1994,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Richard Mlynarik <mly@ai.mit.edu>
...
...
lisp/echistory.el
View file @
e91081eb
;;; echistory.el --- Electric Command History Mode
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
;; Copyright (C) 1985,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
...
...
lisp/ediff-vers.el
View file @
e91081eb
;;; ediff-vers.el --- version control interface to Ediff
;; Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004,
;; Copyright (C) 1995, 1996, 1997,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
...
...
lisp/edmacro.el
View file @
e91081eb
;;; edmacro.el --- keyboard macro editor
;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
;; Copyright (C) 1993, 1994,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
...
...
lisp/electric.el
View file @
e91081eb
;;; electric.el --- window maker and Command loop for `electric' modes
;; Copyright (C) 1985, 1986, 1995, 2002, 2003, 2004,
;; Copyright (C) 1985, 1986, 1995,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
...
...
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