Update copyright years.
This commit is contained in:
parent
d5a2f2b02c
commit
f2e3589a33
126 changed files with 144 additions and 136 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; em-alias.el --- creation and management of command aliases
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-banner.el --- sample module that displays a login banner
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-basic.el --- basic shell builtin commands
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-cmpl.el --- completion using the TAB key
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-dirs.el --- directory navigation commands
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-glob.el --- extended file name globbing
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-hist.el --- history list management
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-ls.el --- implementation of ls in Lisp
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-pred.el --- argument predicates and modifiers (ala zsh)
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-prompt.el --- command prompts
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-rebind.el --- rebind keys when point is at current input
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-script.el --- Eshell script files
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-smart.el --- smart display of output
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-term.el --- running visual commands
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; em-xtra.el --- extra alias functions
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-arg.el --- argument processing
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-cmd.el --- command invocation
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-ext.el --- commands external to Eshell
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-io.el --- I/O management
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-maint.el --- init code for building eshell -*- no-byte-compile: t -*-
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-opt.el --- command options processing
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-proc.el --- process management
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-test.el --- Eshell test suite
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-var.el --- handling of variables
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eshell.el --- the Emacs command shell
|
||||
|
||||
;; 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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; blessmail.el --- decide whether movemail needs special privileges -*- no-byte-compile: t -*-
|
||||
|
||||
;; Copyright (C) 1994, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*-
|
||||
|
||||
;; Copyright (C) 1997, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Steven L Baur <steve@xemacs.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; mail-hist.el --- headers and message body history for outgoing mail
|
||||
|
||||
;; Copyright (C) 1994, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Karl Fogel <kfogel@red-bean.com>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; mailabbrev.el --- abbrev-expansion of mail aliases
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2002,
|
||||
;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1996, 1997, 2000, 2001,
|
||||
;; 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; mailalias.el --- expand and complete mailing address aliases
|
||||
|
||||
;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2002, 2003,
|
||||
;; Copyright (C) 1985, 1987, 1995, 1996, 1997, 2001, 2002, 2003,
|
||||
;; 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; mailheader.el --- mail header parsing, merging, formatting
|
||||
|
||||
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Erik Naggum <erik@naggum.no>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; metamail.el --- Metamail interface for GNU Emacs
|
||||
|
||||
;; Copyright (C) 1993, 1996, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; mspools.el --- show mail spools waiting to be read
|
||||
|
||||
;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stephen Eglen <stephen@gnu.org>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; reporter.el --- customizable bug reporting of lisp programs
|
||||
|
||||
;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
|
||||
;; 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: 1993-1998 Barry A. Warsaw
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;;; rfc2368.el --- support for rfc2368
|
||||
|
||||
;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Sen Nagata <sen@eccosys.com>
|
||||
;; Keywords: mail
|
||||
|
||||
;; Copyright (C) 1998, 2000, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike
|
||||
|
||||
;; Copyright (C) 1986, 1987, 1990, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1986, 1987, 1990, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader
|
||||
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; supercite.el --- minor mode for citing mail and news replies
|
||||
|
||||
;; Copyright (C) 1993, 1997, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1993, 1997, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; uce.el --- facilitate reply to unsolicited commercial email
|
||||
|
||||
;; Copyright (C) 1996, 1998, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: stanislav shalunov <shalunov@mccme.ru>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; undigest.el --- digest-cracking support for the RMAIL mail reader
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1994, 1996, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1985, 1986, 1994, 1996, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; unrmail.el --- convert Rmail files to mailbox files
|
||||
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; vms-pmail.el --- use Emacs as the editor within VMS mail
|
||||
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Roland B Roberts <roberts@panix.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eudc-bob.el --- Binary Objects Support for EUDC
|
||||
|
||||
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eudc-export.el --- functions to export EUDC query results
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eudc-hotlist.el --- hotlist management for EUDC
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eudc-vars.el --- Emacs Unified Directory Client
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eudc.el --- Emacs Unified Directory Client
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; ldap.el --- client interface to LDAP for Emacs
|
||||
|
||||
;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oscar Figueiredo <oscar@cpe.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rcompile.el --- run a compilation on a remote machine
|
||||
|
||||
;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Albert <alon@milcse.rtsg.mot.com>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; rlogin.el --- remote login interface
|
||||
|
||||
;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003,
|
||||
;; 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Noah Friedman
|
||||
;; Maintainer: Noah Friedman <friedman@splode.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode
|
||||
|
||||
;; Copyright (C) 1995, 1998, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1995, 1998, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Paul D. Smith <psmith@BayNetworks.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; telnet.el --- run a telnet session from within an Emacs buffer
|
||||
|
||||
;; Copyright (C) 1985, 1988, 1992, 1994, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1985, 1988, 1992, 1994, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: William F. Schelter
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; webjump.el --- programmable Web hotlist
|
||||
|
||||
;; Copyright (C) 1996, 1997, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Neil W. Van Dyke <nwv@acm.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; awk-mode.el --- AWK code editing commands for Emacs
|
||||
|
||||
;; Copyright (C) 1988, 1994, 1996, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1988, 1994, 1996, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode
|
||||
|
||||
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Simon Marshall <simon@gnu.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; float.el --- obsolete floating point arithmetic package
|
||||
|
||||
;; Copyright (C) 1986, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bill Rosenblatt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; hscroll.el --- automatically scroll truncated lines horizontally
|
||||
|
||||
;; Copyright (C) 1992, 1993, 1995, 1996, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1992, 1993, 1995, 1996, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Wayne Mesard <wmesard@esd.sgi.com>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: iso-8859-1;-*-
|
||||
|
||||
;; Copyright (C) 1987, 1994, 2001 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1987, 1994, 2001, 2002, 2003, 2004, 2005, 2006
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Howard Gayle
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys
|
||||
|
||||
;; Copyright (C) 1987, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Howard Gayle
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*-
|
||||
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; mlsupport.el --- run-time support for mocklisp code
|
||||
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; ooutline.el --- outline mode commands for Emacs
|
||||
|
||||
;; Copyright (C) 1986, 1993, 1994, 1997, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1986, 1993, 1994, 1997, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; options.el --- edit Options command for Emacs
|
||||
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead)
|
||||
|
||||
;; Copyright (C) 1992, 1994, 1998, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1992, 1994, 1998, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rnews.el --- USENET news reader for GNU Emacs
|
||||
|
||||
;; 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987, 1995, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1985, 1986, 1987, 1995, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents
|
||||
|
||||
;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Noah Friedman <friedman@splode.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; scribe.el --- scribe mode, and its idiosyncratic commands
|
||||
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; sun-curs.el --- cursor definitions for Sun windows
|
||||
|
||||
;; Copyright (C) 1987, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jeff Peck <peck@sun.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; sun-fns.el --- subroutines of Mouse handling for Sun windows
|
||||
|
||||
;; Copyright (C) 1987, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jeff Peck <peck@sun.com>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
;;; swedish.el --- miscellaneous functions for dealing with Swedish
|
||||
|
||||
;; Copyright (C) 1988, 2001 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Howard Gayle
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; x-apollo.el --- Apollo support functions
|
||||
|
||||
;; Copyright (C) 1995, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; x-menu.el --- menu support for X
|
||||
|
||||
;; Copyright (C) 1986, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; 5x5.el --- simple little puzzle game
|
||||
|
||||
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Pearson <davep@davep.org>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; bruce.el --- bruce phrase utility for overloading the Communications -*- no-byte-compile: t -*-
|
||||
;;; Decency Act snoops, if any.
|
||||
|
||||
;; Copyright (C) 1988, 1993, 1997, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1988, 1993, 1997, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cookie1.el --- retrieve random phrases from fortune cookie files
|
||||
|
||||
;; Copyright (C) 1993, 2002, 2003, 2004, 2005, 2006,
|
||||
;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers
|
||||
;;
|
||||
;; Copyright (C) 1995, 1996, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Christopher J. Madsen <chris_madsen@geocities.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; dissociate.el --- scramble text amusingly for Emacs
|
||||
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; doctor.el --- psychological help for frustrated users
|
||||
|
||||
;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1985, 1987, 1994, 1996, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; gamegrid.el --- library for implementing grid-based games on Emacs
|
||||
|
||||
;; Copyright (C) 1997, 1998, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Glynn Clements <glynn@sensei.co.uk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; gametree.el --- manage game analysis trees in Emacs
|
||||
|
||||
;; Copyright (C) 1997, 1999, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Ian T Zimmerman <itz@rahul.net>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*-
|
||||
|
||||
;; Copyright (C) 1996, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; landmark.el --- neural-network robot that learns landmarks
|
||||
|
||||
;; Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*-
|
||||
|
||||
;; Copyright (C) 1995, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; mpuz.el --- multiplication puzzle for GNU Emacs
|
||||
|
||||
;; Copyright (C) 1990, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1990, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; snake.el --- implementation of Snake for Emacs
|
||||
|
||||
;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Glynn Clements <glynn@sensei.co.uk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; solitaire.el --- game of solitaire in Emacs Lisp
|
||||
|
||||
;; Copyright (C) 1994, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; spook.el --- spook phrase utility for overloading the NSA line eater
|
||||
|
||||
;; Copyright (C) 1988, 1993, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1988, 1993, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; tetris.el --- implementation of Tetris for Emacs
|
||||
|
||||
;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Glynn Clements <glynn@sensei.co.uk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; yow.el --- quote random zippyisms
|
||||
|
||||
;; Copyright (C) 1993, 1994, 1995, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*-
|
||||
|
||||
;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
;; Keywords: terminals
|
||||
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*-
|
||||
|
||||
;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; mac-win.el --- parse switches controlling interface with Mac window system -*-coding: iso-2022-7bit;-*-
|
||||
|
||||
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Andrew Choi <akochoi@mac.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*-
|
||||
|
||||
;; Copyright (C) 1989, 1993, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: FSF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; sun-mouse.el --- mouse handling for Sun windows
|
||||
|
||||
;; Copyright (C) 1987, 2002, 2003, 2004, 2005,
|
||||
;; Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jeff Peck
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; sup-mouse.el --- supdup mouse support for lisp machines
|
||||
|
||||
;; Copyright (C) 1985, 1986, 2002, 2003, 2004,
|
||||
;; Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Wolfgang Rupprecht
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;;; tvi970.el --- terminal support for the Televideo 970
|
||||
|
||||
;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu>, January 1992
|
||||
;; Keywords: terminals
|
||||
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue