mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
Update copyright for release of 22.1 for progmodes directory.
This commit is contained in:
parent
201dc59419
commit
034babe1e1
@ -1,7 +1,7 @@
|
|||||||
;;; ada-mode.el --- major-mode for editing Ada sources
|
;;; ada-mode.el --- major-mode for editing Ada sources
|
||||||
|
|
||||||
;; Copyright (C) 1994, 95, 97, 98, 99, 2000, 2001, 2002, 03, 2004
|
;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
;; Free Software Foundation, Inc.
|
;; 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Rolf Ebert <ebert@inf.enst.fr>
|
;; Author: Rolf Ebert <ebert@inf.enst.fr>
|
||||||
;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
|
;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; ada-prj.el --- easy editing of project files for the ada-mode
|
;;; ada-prj.el --- easy editing of project files for the ada-mode
|
||||||
|
|
||||||
;; Copyright (C) 1998, 99, 2000-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Emmanuel Briot <briot@gnat.com>
|
;; Author: Emmanuel Briot <briot@gnat.com>
|
||||||
;; Keywords: languages, ada, project file
|
;; Keywords: languages, ada, project file
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates
|
;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates
|
||||||
|
|
||||||
;; Copyright(C) 1987, 93, 94, 96, 97, 98, 99, 2000
|
;; Copyright(C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
;; Free Software Foundation, Inc.
|
;; 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;;; ada-xref.el --- for lookup and completion in Ada mode
|
;;; ada-xref.el --- for lookup and completion in Ada mode
|
||||||
|
|
||||||
;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 2001, 2002, 2003
|
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
;; Free Software Foundation, Inc.
|
;; 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
|
;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
|
||||||
;; Rolf Ebert <ebert@inf.enst.fr>
|
;; Rolf Ebert <ebert@inf.enst.fr>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; antlr-mode.el --- major mode for ANTLR grammar files
|
;;; antlr-mode.el --- major mode for ANTLR grammar files
|
||||||
|
|
||||||
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
;;
|
;;
|
||||||
;; Author: Christoph.Wedler@sap.com
|
;; Author: Christoph.Wedler@sap.com
|
||||||
;; Keywords: languages, ANTLR, code generator
|
;; Keywords: languages, ANTLR, code generator
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; asm-mode.el --- mode for editing assembler code
|
;;; asm-mode.el --- mode for editing assembler code
|
||||||
|
|
||||||
;; Copyright (C) 1991, 2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
|
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
|
||||||
;; Maintainer: FSF
|
;; Maintainer: FSF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; autoconf.el --- mode for editing Autoconf configure.in files
|
;;; autoconf.el --- mode for editing Autoconf configure.in files
|
||||||
|
|
||||||
;; Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
|
;; Copyright (C) 2000, 2001, 2002 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Dave Love <fx@gnu.org>
|
;; Author: Dave Love <fx@gnu.org>
|
||||||
;; Keywords: languages
|
;; Keywords: languages
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-align.el --- custom indentation functions for CC Mode
|
;;; cc-align.el --- custom indentation functions for CC Mode
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1992-1999 Barry A. Warsaw
|
;; 1992-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; cc-awk.el --- AWK specific code within cc-mode.
|
;;; cc-awk.el --- AWK specific code within cc-mode.
|
||||||
|
|
||||||
;; Copyright (C) 1988,94,96,2000,01,02,03 Free Software Foundation, Inc.
|
;; Copyright (C) 1988, 94, 96, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el)
|
;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el)
|
||||||
;; Maintainer: FSF
|
;; Maintainer: FSF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; cc-bytecomp.el --- compile time setup for proper compilation
|
;;; cc-bytecomp.el --- compile time setup for proper compilation
|
||||||
|
|
||||||
;; Copyright (C) 2000, 01, 02, 03 Free Software Foundation, Inc.
|
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Martin Stjernholm
|
;; Author: Martin Stjernholm
|
||||||
;; Maintainer: bug-cc-mode@gnu.org
|
;; Maintainer: bug-cc-mode@gnu.org
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-cmds.el --- user level commands for CC Mode
|
;;; cc-cmds.el --- user level commands for CC Mode
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1992-1999 Barry A. Warsaw
|
;; 1992-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion
|
;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1994-1999 Barry A. Warsaw
|
;; 1994-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-defs.el --- compile time definitions for CC Mode
|
;;; cc-defs.el --- compile time definitions for CC Mode
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1992-1999 Barry A. Warsaw
|
;; 1992-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-engine.el --- core syntax guessing engine for CC mode
|
;;; cc-engine.el --- core syntax guessing engine for CC mode
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1992-1999 Barry A. Warsaw
|
;; 1992-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-fonts.el --- font lock support for CC Mode
|
;;; cc-fonts.el --- font lock support for CC Mode
|
||||||
|
|
||||||
;; Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
|
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 2003- Alan Mackenzie
|
;; Authors: 2003- Alan Mackenzie
|
||||||
;; 2002- Martin Stjernholm
|
;; 2002- Martin Stjernholm
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-langs.el --- language specific settings for CC Mode
|
;;; cc-langs.el --- language specific settings for CC Mode
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1992-1999 Barry A. Warsaw
|
;; 1992-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-menus.el --- imenu support for CC Mode
|
;;; cc-menus.el --- imenu support for CC Mode
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1992-1999 Barry A. Warsaw
|
;; 1992-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-mode.el --- major mode for editing C and similar languages
|
;;; cc-mode.el --- major mode for editing C and similar languages
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 2003- Alan Mackenzie
|
;; Authors: 2003- Alan Mackenzie
|
||||||
;; 1998- Martin Stjernholm
|
;; 1998- Martin Stjernholm
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-styles.el --- support for styles in CC Mode
|
;;; cc-styles.el --- support for styles in CC Mode
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1992-1999 Barry A. Warsaw
|
;; 1992-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cc-vars.el --- user customization variables for CC Mode
|
;;; cc-vars.el --- user customization variables for CC Mode
|
||||||
|
|
||||||
;; Copyright (C) 1985,1987,1992-2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: 1998- Martin Stjernholm
|
;; Authors: 1998- Martin Stjernholm
|
||||||
;; 1992-1999 Barry A. Warsaw
|
;; 1992-1999 Barry A. Warsaw
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; cfengine.el --- mode for editing Cfengine files
|
;;; cfengine.el --- mode for editing Cfengine files
|
||||||
|
|
||||||
;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Dave Love <fx@gnu.org>
|
;; Author: Dave Love <fx@gnu.org>
|
||||||
;; Keywords: languages
|
;; Keywords: languages
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; cmacexp.el --- expand C macros in a region
|
;;; cmacexp.el --- expand C macros in a region
|
||||||
|
|
||||||
;; Copyright (C) 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
|
;; Copyright (C) 1992, 1994, 1996, 2000, 2001, 2002, 2003, 2004
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Francesco Potorti` <pot@gnu.org>
|
;; Author: Francesco Potorti` <pot@gnu.org>
|
||||||
;; Adapted-By: ESR
|
;; Adapted-By: ESR
|
||||||
@ -146,8 +147,9 @@ Normally display output in temp buffer, but
|
|||||||
prefix arg means replace the region with it.
|
prefix arg means replace the region with it.
|
||||||
|
|
||||||
`c-macro-preprocessor' specifies the preprocessor to use.
|
`c-macro-preprocessor' specifies the preprocessor to use.
|
||||||
Prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include')
|
Tf the user option `c-macro-prompt-flag' is non-nil
|
||||||
if the user option `c-macro-prompt-flag' is non-nil.
|
prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include'),
|
||||||
|
otherwise use `c-macro-cppflags'.
|
||||||
|
|
||||||
Noninteractive args are START, END, SUBST.
|
Noninteractive args are START, END, SUBST.
|
||||||
For use inside Lisp programs, see also `c-macro-expansion'."
|
For use inside Lisp programs, see also `c-macro-expansion'."
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;;; compile.el --- run compiler as inferior of Emacs, parse error messages
|
;;; compile.el --- run compiler as inferior of Emacs, parse error messages
|
||||||
|
|
||||||
;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
;; 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
|
;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: Roland McGrath <roland@gnu.org>,
|
;; Authors: Roland McGrath <roland@gnu.org>,
|
||||||
;; Daniel Pfeiffer <occitan@esperanto.org>
|
;; Daniel Pfeiffer <occitan@esperanto.org>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; cperl-mode.el --- Perl code editing commands for Emacs
|
;;; cperl-mode.el --- Perl code editing commands for Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1985,86,87,91,92,93,94,95,96,97,98,99,2000,03,2004,2005
|
;; Copyright (C) 1985, 1986, 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
|
||||||
|
;; 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
;; Free Software Foundation, Inc.
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Ilya Zakharevich and Bob Olson
|
;; Author: Ilya Zakharevich and Bob Olson
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; cpp.el --- highlight or hide text according to cpp conditionals
|
;;; cpp.el --- highlight or hide text according to cpp conditionals
|
||||||
|
|
||||||
;; Copyright (C) 1994, 1995, 2003 Free Software Foundation
|
;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation
|
||||||
|
|
||||||
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
|
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
|
||||||
;; Keywords: c, faces, tools
|
;; Keywords: c, faces, tools
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; cwarn.el --- highlight suspicious C and C++ constructions
|
;;; cwarn.el --- highlight suspicious C and C++ constructions
|
||||||
|
|
||||||
;; Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
|
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Anders Lindgren <andersl@andersl.com>
|
;; Author: Anders Lindgren <andersl@andersl.com>
|
||||||
;; Keywords: c, languages, faces
|
;; Keywords: c, languages, faces
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; dcl-mode.el --- major mode for editing DCL command files
|
;;; dcl-mode.el --- major mode for editing DCL command files
|
||||||
|
|
||||||
;; Copyright (c) 1997 Free Software Foundation, Inc.
|
;; Copyright (c) 1997, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Odd Gripenstam <gripenstamol@decus.se>
|
;; Author: Odd Gripenstam <gripenstamol@decus.se>
|
||||||
;; Maintainer: Odd Gripenstam <gripenstamol@decus.se>
|
;; Maintainer: Odd Gripenstam <gripenstamol@decus.se>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; delphi.el --- major mode for editing Delphi source (Object Pascal) in Emacs
|
;;; delphi.el --- major mode for editing Delphi source (Object Pascal) in Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1998, 1999 Free Software Foundation, Inc.
|
;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Ray Blaak <blaak@infomatch.com>
|
;; Author: Ray Blaak <blaak@infomatch.com>
|
||||||
;; Keywords: languages
|
;; Keywords: languages
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; ebnf-abn.el --- parser for ABNF (Augmented BNF)
|
;;; ebnf-abn.el --- parser for ABNF (Augmented BNF)
|
||||||
|
|
||||||
;; Copyright (C) 2004, 2005 Free Sofware Foundation, Inc.
|
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Sofware Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML)
|
;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML)
|
||||||
|
|
||||||
;; Copyright (C) 2004, 2005 Free Sofware Foundation, Inc.
|
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Sofware Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX)
|
;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX)
|
||||||
|
|
||||||
;; Copyright (C) 2004, 2005 Free Sofware Foundation, Inc.
|
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Sofware Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; ebnf-otz.el --- syntactic chart OpTimiZer
|
;;; ebnf-otz.el --- syntactic chart OpTimiZer
|
||||||
|
|
||||||
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
|
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
;; Free Sofware Foundation, Inc.
|
;; Free Sofware Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
;;; ebrowse.el --- Emacs C++ class browser & tags facility
|
;;; ebrowse.el --- Emacs C++ class browser & tags facility
|
||||||
|
|
||||||
;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, 2005
|
;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
|
||||||
;; Free Software Foundation Inc.
|
;; 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation Inc.
|
||||||
|
|
||||||
;; Author: Gerd Moellmann <gerd@gnu.org>
|
;; Author: Gerd Moellmann <gerd@gnu.org>
|
||||||
;; Maintainer: FSF
|
;; Maintainer: FSF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; etags.el --- etags facility for Emacs
|
;;; etags.el --- etags facility for Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1985, 86, 88, 89, 92, 93, 94, 95, 96, 98, 2000, 2001
|
;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998,
|
||||||
|
;; 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
;; Free Software Foundation, Inc.
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Roland McGrath <roland@gnu.org>
|
;; Author: Roland McGrath <roland@gnu.org>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*-
|
;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 1994, 1995, 1996, 2000, 2003, 2004 by Free Software Foundation, Inc.
|
;; Copyright (C) 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
|
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
|
||||||
;; Keywords: languages, unix
|
;; Keywords: languages, unix
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; f90.el --- Fortran-90 mode (free format)
|
;;; f90.el --- Fortran-90 mode (free format)
|
||||||
|
|
||||||
;; Copyright (C) 1995, 1996, 1997, 2000, 2004 Free Software Foundation, Inc.
|
;; Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Torbj\"orn Einarsson <Torbjorn.Einarsson@era.ericsson.se>
|
;; Author: Torbj\"orn Einarsson <Torbjorn.Einarsson@era.ericsson.se>
|
||||||
;; Maintainer: Glenn Morris <gmorris@ast.cam.ac.uk>
|
;; Maintainer: Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; flymake.el -- a universal on-the-fly syntax checker
|
;;; flymake.el -- a universal on-the-fly syntax checker
|
||||||
|
|
||||||
;; Copyright (C) 2003, 2005 Free Software Foundation
|
;; Copyright (C) 2003, 2004, 2005 Free Software Foundation
|
||||||
|
|
||||||
;; Author: Pavel Kobiakov <pk_at_work@yahoo.com>
|
;; Author: Pavel Kobiakov <pk_at_work@yahoo.com>
|
||||||
;; Maintainer: Pavel Kobiakov <pk_at_work@yahoo.com>
|
;; Maintainer: Pavel Kobiakov <pk_at_work@yahoo.com>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;;; fortran.el --- Fortran mode for GNU Emacs
|
;;; fortran.el --- Fortran mode for GNU Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
|
;; Copyright (C) 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
|
||||||
;; 2003, 2004, 2005 Free Software Foundation, Inc.
|
;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Michael D. Prange <prange@erl.mit.edu>
|
;; Author: Michael D. Prange <prange@erl.mit.edu>
|
||||||
;; Maintainer: Glenn Morris <gmorris@ast.cam.ac.uk>
|
;; Maintainer: Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;;; grep.el --- run Grep as inferior of Emacs, parse match messages
|
;;; grep.el --- run Grep as inferior of Emacs, parse match messages
|
||||||
|
|
||||||
;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
;; 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
|
;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Roland McGrath <roland@gnu.org>
|
;; Author: Roland McGrath <roland@gnu.org>
|
||||||
;; Maintainer: FSF
|
;; Maintainer: FSF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; hideif.el --- hides selected code within ifdef
|
;;; hideif.el --- hides selected code within ifdef
|
||||||
|
|
||||||
;; Copyright (C) 1988, 1994, 2001, 2002, 2005 Free Software Foundation, Inc.
|
;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Daniel LaLiberte <liberte@holonexus.org>
|
;; Author: Daniel LaLiberte <liberte@holonexus.org>
|
||||||
;; Maintainer: FSF
|
;; Maintainer: FSF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks
|
;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks
|
||||||
|
|
||||||
;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01 Free Software Foundation
|
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||||
|
;; 2004, 2005 Free Software Foundation
|
||||||
|
|
||||||
;; Author: Thien-Thi Nguyen <ttn@gnu.org>
|
;; Author: Thien-Thi Nguyen <ttn@gnu.org>
|
||||||
;; Dan Nicolaescu <dann@ics.uci.edu>
|
;; Dan Nicolaescu <dann@ics.uci.edu>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; icon.el --- mode for editing Icon code
|
;;; icon.el --- mode for editing Icon code
|
||||||
|
|
||||||
;; Copyright (C) 1989 Free Software Foundation, Inc.
|
;; Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Chris Smith <csmith@convex.com>
|
;; Author: Chris Smith <csmith@convex.com>
|
||||||
;; Created: 15 Feb 89
|
;; Created: 15 Feb 89
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
;;; idlw-complete-structtag.el --- Completion of structure tags.
|
;;; idlw-complete-structtag.el --- Completion of structure tags.
|
||||||
;; Copyright (c) 2001,2002 Free Software Foundation
|
;; Copyright (c) 2001, 2002, 2003, 2004, 2005 Free Software Foundation
|
||||||
|
|
||||||
;; Author: Carsten Dominik <dominik@science.uva.nl>
|
;; Author: Carsten Dominik <dominik@science.uva.nl>
|
||||||
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
|
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;;; idlw-help.el --- HTML Help code for IDLWAVE
|
;;; idlw-help.el --- HTML Help code for IDLWAVE
|
||||||
;; Copyright (c) 2000 Carsten Dominik
|
;; Copyright (c) 2000 Carsten Dominik
|
||||||
;; Copyright (c) 2001, 2002 J.D. Smith
|
;; Copyright (c) 2001, 2002 J.D. Smith
|
||||||
;; Copyright (c) 2003,2004,2005 Free Software Foundation
|
;; Copyright (c) 2003, 2004, 2005, Free Software Foundation
|
||||||
;;
|
;;
|
||||||
;; Authors: J.D. Smith <jdsmith@as.arizona.edu>
|
;; Authors: J.D. Smith <jdsmith@as.arizona.edu>
|
||||||
;; Carsten Dominik <dominik@science.uva.nl>
|
;; Carsten Dominik <dominik@science.uva.nl>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; idlw-rinfo.el --- Routine Information for IDLWAVE
|
;;; idlw-rinfo.el --- Routine Information for IDLWAVE
|
||||||
;; Copyright (c) 1999 Carsten Dominik
|
;; Copyright (c) 1999 Carsten Dominik
|
||||||
;; Copyright (c) 1999, 2000, 2001,2002,2003,2004,2005 Free Software Foundation
|
;; Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation
|
||||||
|
|
||||||
;; Author: J.D. Smith <jdsmith@as.arizona.edu>
|
;; Author: J.D. Smith <jdsmith@as.arizona.edu>
|
||||||
;; Version: 5.7_22
|
;; Version: 5.7_22
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
;; idlw-shell.el --- run IDL as an inferior process of Emacs.
|
;; idlw-shell.el --- run IDL as an inferior process of Emacs.
|
||||||
;; Copyright (c) 1999,2000,2001,2002,2003,2004,2005 Free Software Foundation
|
;; Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation
|
||||||
|
|
||||||
;; Authors: J.D. Smith <jdsmith@as.arizona.edu>
|
;; Authors: J.D. Smith <jdsmith@as.arizona.edu>
|
||||||
;; Carsten Dominik <dominik@astro.uva.nl>
|
;; Carsten Dominik <dominik@astro.uva.nl>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE
|
;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE
|
||||||
;; Copyright (c) 1999, 2000, 2001,2002,2004 Free Software Foundation
|
;; Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation
|
||||||
|
|
||||||
;; Author: Carsten Dominik <dominik@astro.uva.nl>
|
;; Author: Carsten Dominik <dominik@astro.uva.nl>
|
||||||
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
|
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; inf-lisp.el --- an inferior-lisp mode
|
;;; inf-lisp.el --- an inferior-lisp mode
|
||||||
|
|
||||||
;; Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc.
|
;; Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Olin Shivers <shivers@cs.cmu.edu>
|
;; Author: Olin Shivers <shivers@cs.cmu.edu>
|
||||||
;; Keywords: processes, lisp
|
;; Keywords: processes, lisp
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; ld-script.el --- GNU linker script editing mode for Emacs
|
;;; ld-script.el --- GNU linker script editing mode for Emacs
|
||||||
|
|
||||||
;; Copyright (C) 2003, 2005 Free Software Foundation, Inc.
|
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Masatake YAMATO<jet@gyve.org>
|
;; Author: Masatake YAMATO<jet@gyve.org>
|
||||||
;; Keywords: languages, faces
|
;; Keywords: languages, faces
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; m4-mode.el --- m4 code editing commands for Emacs
|
;;; m4-mode.el --- m4 code editing commands for Emacs
|
||||||
|
|
||||||
;;; Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Andrew Csillag <drew_csillag@geocities.com>
|
;; Author: Andrew Csillag <drew_csillag@geocities.com>
|
||||||
;; Maintainer: Andrew Csillag <drew_csillag@geocities.com>
|
;; Maintainer: Andrew Csillag <drew_csillag@geocities.com>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; make-mode.el --- makefile editing commands for Emacs
|
;;; make-mode.el --- makefile editing commands for Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1992,94,99,2000,2001, 2002, 2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1992, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Thomas Neumann <tom@smart.bo.open.de>
|
;; Author: Thomas Neumann <tom@smart.bo.open.de>
|
||||||
;; Eric S. Raymond <esr@snark.thyrsus.com>
|
;; Eric S. Raymond <esr@snark.thyrsus.com>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output
|
;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output
|
||||||
|
|
||||||
;; Copyright (C) 1996 Free Software Foundation, Inc.
|
;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Tom Houlder <thoulder@icor.fr>
|
;; Author: Tom Houlder <thoulder@icor.fr>
|
||||||
;; Created: 10 Dec 1996
|
;; Created: 10 Dec 1996
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources
|
;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources
|
||||||
|
|
||||||
;; Copyright (C) 1997 Free Software Foundation, Inc.
|
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>
|
;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>
|
||||||
;; Version: 1.0
|
;; Version: 1.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; mixal-mode.el --- Major mode for the mix asm language.
|
;;; mixal-mode.el --- Major mode for the mix asm language.
|
||||||
|
|
||||||
;; Copyright (C) 2003 Free Software Foundation
|
;; Copyright (C) 2003, 2004, 2005 Free Software Foundation
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; modify it under the terms of the GNU General Public License as
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; octave-hlp.el --- getting help on Octave symbols using info
|
;;; octave-hlp.el --- getting help on Octave symbols using info
|
||||||
|
|
||||||
;; Copyright (C) 1997 Free Software Foundation, Inc.
|
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
||||||
;; Author: John Eaton <jwe@bevo.che.wisc.edu>
|
;; Author: John Eaton <jwe@bevo.che.wisc.edu>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; octave-inf.el --- running Octave as an inferior Emacs process
|
;;; octave-inf.el --- running Octave as an inferior Emacs process
|
||||||
|
|
||||||
;; Copyright (C) 1997 Free Software Foundation, Inc.
|
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
||||||
;; Author: John Eaton <jwe@bevo.che.wisc.edu>
|
;; Author: John Eaton <jwe@bevo.che.wisc.edu>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; octave-mod.el --- editing Octave source files under Emacs
|
;;; octave-mod.el --- editing Octave source files under Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1997, 2003 Free Software Foundation, Inc.
|
;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
||||||
;; Author: John Eaton <jwe@bevo.che.wisc.edu>
|
;; Author: John Eaton <jwe@bevo.che.wisc.edu>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; pascal.el --- major mode for editing pascal source in Emacs
|
;;; pascal.el --- major mode for editing pascal source in Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1993, 94, 95, 96, 97, 98, 1999, 2000 Free Software Foundation, Inc.
|
;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||||
|
;; 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Espen Skoglund <esk@gnu.org>
|
;; Author: Espen Skoglund <esk@gnu.org>
|
||||||
;; Keywords: languages
|
;; Keywords: languages
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; perl-mode.el --- Perl code editing commands for GNU Emacs
|
;;; perl-mode.el --- Perl code editing commands for GNU Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1990, 1994, 2003, 2005 Free Software Foundation, Inc.
|
;; Copyright (C) 1990, 1994, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: William F. Mann
|
;; Author: William F. Mann
|
||||||
;; Maintainer: FSF
|
;; Maintainer: FSF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; prolog.el --- major mode for editing and running Prolog under Emacs
|
;;; prolog.el --- major mode for editing and running Prolog under Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1986, 1987, 2003, 2004 Free Software Foundation, Inc.
|
;; Copyright (C) 1986, 1987, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
|
;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
|
||||||
;; Keywords: languages
|
;; Keywords: languages
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; ps-mode.el --- PostScript mode for GNU Emacs
|
;;; ps-mode.el --- PostScript mode for GNU Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1999, 2001, 2005 Free Software Foundation, Inc.
|
;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl>
|
;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl>
|
||||||
;; Maintainer: Peter Kleiweg <p.c.j.kleiweg@rug.nl>
|
;; Maintainer: Peter Kleiweg <p.c.j.kleiweg@rug.nl>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; scheme.el --- Scheme (and DSSSL) editing mode
|
;;; scheme.el --- Scheme (and DSSSL) editing mode
|
||||||
|
|
||||||
;; Copyright (C) 1986, 1987, 1988, 1997, 1998, 2005
|
;; Copyright (C) 1986, 1987, 1988, 1997, 1998, 2001, 2002, 2003, 2004, 2005
|
||||||
;; Free Software Foundation, Inc.
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Bill Rozas <jinx@martigny.ai.mit.edu>
|
;; Author: Bill Rozas <jinx@martigny.ai.mit.edu>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; simula.el --- SIMULA 87 code editing commands for Emacs
|
;;; simula.el --- SIMULA 87 code editing commands for Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
|
;; Copyright (C) 1992, 1994, 1996 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no>
|
;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no>
|
||||||
;; Maintainer: simula-mode@ifi.uio.no
|
;; Maintainer: simula-mode@ifi.uio.no
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;; sql.el --- specialized comint.el for SQL interpreters
|
;;; sql.el --- specialized comint.el for SQL interpreters
|
||||||
|
|
||||||
;; Copyright (C) 1998,99,2000,01,02,03,04 Free Software Foundation, Inc.
|
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Alex Schroeder <alex@gnu.org>
|
;; Author: Alex Schroeder <alex@gnu.org>
|
||||||
;; Maintainer: Michael Mauger <mmaug@yahoo.com>
|
;; Maintainer: Michael Mauger <mmaug@yahoo.com>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; vhdl-mode.el --- major mode for editing VHDL code
|
;;; vhdl-mode.el --- major mode for editing VHDL code
|
||||||
|
|
||||||
;; Copyright (C) 1992-2003, 2005 Free Software Foundation, Inc.
|
;; Copyright (C) 1992-2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Authors: Reto Zimmermann <reto@gnu.org>
|
;; Authors: Reto Zimmermann <reto@gnu.org>
|
||||||
;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net>
|
;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; which-func.el --- print current function in mode line
|
;;; which-func.el --- print current function in mode line
|
||||||
|
|
||||||
;; Copyright (C) 1994, 1997, 1998, 2001, 2003, 2005
|
;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, 2005
|
||||||
;; Free Software Foundation, Inc.
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Alex Rezinsky <alexr@msil.sps.mot.com>
|
;; Author: Alex Rezinsky <alexr@msil.sps.mot.com>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
;;; xscheme.el --- run MIT Scheme under Emacs
|
;;; xscheme.el --- run MIT Scheme under Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1986, 1987, 1989, 1990, 2001, 2004, 2005
|
;; Copyright (C) 1986, 1987, 1989, 1990, 2001, 2002, 2003, 2004, 2005
|
||||||
;; Free Software Foundation, Inc.
|
;; Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Maintainer: FSF
|
;; Maintainer: FSF
|
||||||
|
Loading…
Reference in New Issue
Block a user