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
c90f2757
Commit
c90f2757
authored
Dec 05, 2006
by
Glenn Morris
Browse files
Update copyright years.
parent
fde4e97e
Changes
69
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
lisp/midnight.el
lisp/midnight.el
+1
-1
lisp/misc.el
lisp/misc.el
+1
-1
lisp/mouse-copy.el
lisp/mouse-copy.el
+1
-1
lisp/newcomment.el
lisp/newcomment.el
+1
-1
lisp/novice.el
lisp/novice.el
+1
-1
lisp/paths.el
lisp/paths.el
+1
-1
lisp/pcmpl-cvs.el
lisp/pcmpl-cvs.el
+1
-1
lisp/pcmpl-gnu.el
lisp/pcmpl-gnu.el
+1
-1
lisp/pcmpl-linux.el
lisp/pcmpl-linux.el
+1
-1
lisp/pcmpl-rpm.el
lisp/pcmpl-rpm.el
+1
-1
lisp/pcmpl-unix.el
lisp/pcmpl-unix.el
+1
-1
lisp/pcvs-defs.el
lisp/pcvs-defs.el
+1
-1
lisp/pcvs-info.el
lisp/pcvs-info.el
+1
-1
lisp/pcvs-parse.el
lisp/pcvs-parse.el
+1
-1
lisp/pcvs.el
lisp/pcvs.el
+1
-1
lisp/register.el
lisp/register.el
+1
-1
lisp/repeat.el
lisp/repeat.el
+1
-1
lisp/reposition.el
lisp/reposition.el
+1
-1
lisp/resume.el
lisp/resume.el
+1
-1
lisp/rot13.el
lisp/rot13.el
+1
-1
No files found.
lisp/midnight.el
View file @
c90f2757
;;; midnight.el --- run something every midnight, e.g., kill old buffers
;; Copyright (C) 1998, 2002, 2003, 2004, 2005,
;; Copyright (C) 1998,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Sam Steingold <sds@usa.net>
...
...
lisp/misc.el
View file @
c90f2757
;;; misc.el --- some nonstandard basic editing commands for Emacs
;; Copyright (C) 1989, 2002, 2003, 2004, 2005,
;; Copyright (C) 1989,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/mouse-copy.el
View file @
c90f2757
;;; mouse-copy.el --- one-click text copy and move
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
;; Copyright (C) 1996,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: John Heidemann <johnh@ISI.EDU>
...
...
lisp/newcomment.el
View file @
c90f2757
;;; newcomment.el --- (un)comment regions of buffers
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: code extracted from Emacs-20's simple.el
...
...
lisp/novice.el
View file @
c90f2757
;;; novice.el --- handling of disabled commands ("novice mode") for Emacs
;; Copyright (C) 1985, 1986, 1987, 1994, 2002, 2003, 2004,
;; Copyright (C) 1985, 1986, 1987, 1994,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/paths.el
View file @
c90f2757
;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*-
;; Copyright (C) 1986, 1988, 1994, 1999, 2000, 2002, 2003,
;; Copyright (C) 1986, 1988, 1994, 1999, 2000,
2001,
2002, 2003,
;; 2004, 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/pcmpl-cvs.el
View file @
c90f2757
;;; pcmpl-cvs.el --- functions for dealing with cvs completions
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw@gnu.org>
...
...
lisp/pcmpl-gnu.el
View file @
c90f2757
;;; pcmpl-gnu.el --- completions for GNU project tools
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/pcmpl-linux.el
View file @
c90f2757
;;; pcmpl-linux.el --- functions for dealing with GNU/Linux completions
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/pcmpl-rpm.el
View file @
c90f2757
;;; pcmpl-rpm.el --- functions for dealing with rpm completions
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/pcmpl-unix.el
View file @
c90f2757
;;; pcmpl-unix.el --- standard UNIX completions
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/pcvs-defs.el
View file @
c90f2757
;;; pcvs-defs.el --- variable definitions for PCL-CVS
;; 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: Stefan Monnier <monnier@iro.umontreal.ca>
;; Keywords: pcl-cvs
...
...
lisp/pcvs-info.el
View file @
c90f2757
;;; pcvs-info.el --- internal representation of a fileinfo entry
;; 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: Stefan Monnier <monnier@iro.umontreal.ca>
;; Keywords: pcl-cvs
...
...
lisp/pcvs-parse.el
View file @
c90f2757
;;; pcvs-parse.el --- the CVS output parser
;; 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: Stefan Monnier <monnier@iro.umontreal.ca>
;; Keywords: pcl-cvs
...
...
lisp/pcvs.el
View file @
c90f2757
;;; pcvs.el --- a front-end to CVS
;; 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: (The PCL-CVS Trust) pcl-cvs@cyclic.com
;; (Per Cederqvist) ceder@lysator.liu.se
...
...
lisp/register.el
View file @
c90f2757
;;; register.el --- register commands for Emacs
;; Copyright (C) 1985, 1993, 1994, 2002, 2003, 2004,
;; Copyright (C) 1985, 1993, 1994,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/repeat.el
View file @
c90f2757
;;; repeat.el --- convenient way to repeat the previous command
;; Copyright (C) 1998, 2002, 2003, 2004, 2005,
;; Copyright (C) 1998,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Will Mengarini <seldon@eskimo.com>
...
...
lisp/reposition.el
View file @
c90f2757
;;; reposition.el --- center a Lisp function or comment on the screen
;; Copyright (C) 1991, 1994, 2002, 2003, 2004,
;; Copyright (C) 1991, 1994,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu>
...
...
lisp/resume.el
View file @
c90f2757
;;; resume.el --- process command line args from within a suspended Emacs job
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Joe Wells <jbw@bucsf.bu.edu>
...
...
lisp/rot13.el
View file @
c90f2757
;;; rot13.el --- display a buffer in ROT13
;; Copyright (C) 1988, 2002, 2003, 2004, 2005,
;; Copyright (C) 1988,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Howard Gayle
...
...
Prev
1
2
3
4
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