Update copyright year to 2019
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
This commit is contained in:
parent
2814292570
commit
26bed8ba10
2579 changed files with 2635 additions and 2603 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; advice.el --- An overloading mechanism for Emacs Lisp functions -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1993-1994, 2000-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993-1994, 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; autoload.el --- maintain autoloads in loaddefs.el -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1991-1997, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991-1997, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Roland McGrath <roland@gnu.org>
|
||||
;; Keywords: maint
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; avl-tree.el --- balanced binary trees, AVL-trees -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1995, 2007-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995, 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Per Cederqvist <ceder@lysator.liu.se>
|
||||
;; Inge Wallin <inge@lysator.liu.se>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; backquote.el --- implement the ` Lisp construct
|
||||
|
||||
;; Copyright (C) 1990, 1992, 1994, 2001-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1990, 1992, 1994, 2001-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Author: Rick Sladkey <jrs@world.std.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; benchmark.el --- support for benchmarking code -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2003-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Love <fx@gnu.org>
|
||||
;; Keywords: lisp, extensions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; bindat.el --- binary data structure packing and unpacking.
|
||||
|
||||
;; Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Kim F. Storm <storm@cua.dk>
|
||||
;; Assignment name: struct.el
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1991, 1994, 2000-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991, 1994, 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com>
|
||||
;; Hallvard Furuseth <hbf@ulrik.uio.no>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; byte-run.el --- byte-compiler support for inlining -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1992, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com>
|
||||
;; Hallvard Furuseth <hbf@ulrik.uio.no>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; bytecomp.el --- compilation of Lisp code into byte code -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1985-1987, 1992, 1994, 1998, 2000-2018 Free Software
|
||||
;; Copyright (C) 1985-1987, 1992, 1994, 1998, 2000-2019 Free Software
|
||||
;; Foundation, Inc.
|
||||
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cconv.el --- Closure conversion for statically scoped Emacs lisp. -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2011-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2011-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Igor Kuzmin <kzuminig@iro.umontreal.ca>
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; chart.el --- Draw charts (bar charts, etc) -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1996, 1998-1999, 2001, 2004-2005, 2007-2018 Free
|
||||
;; Copyright (C) 1996, 1998-1999, 2001, 2004-2005, 2007-2019 Free
|
||||
;; Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; check-declare.el --- Check declare-function statements
|
||||
|
||||
;; Copyright (C) 2007-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Glenn Morris <rgm@gnu.org>
|
||||
;; Keywords: lisp, tools, maint
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; checkdoc.el --- check documentation strings for style requirements -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1997-1998, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997-1998, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 0.6.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-extra.el --- Common Lisp features, part 2 -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1993, 2000-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Gillespie <daveg@synaptics.com>
|
||||
;; Keywords: extensions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-generic.el --- CLOS-style generic functions for Elisp -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Version: 1.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-indent.el --- Enhanced lisp-indent mode -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1987, 2000-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1987, 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
|
||||
;; Created: July 1987
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-lib.el --- Common Lisp extensions for Emacs -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1993, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Gillespie <daveg@synaptics.com>
|
||||
;; Version: 1.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-macs.el --- Common Lisp macros -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1993, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Gillespie <daveg@synaptics.com>
|
||||
;; Old-Version: 2.02
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-print.el --- CL-style generic printing -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2017-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-seq.el --- Common Lisp features, part 3 -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1993, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Gillespie <daveg@synaptics.com>
|
||||
;; Old-Version: 2.02
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl.el --- Compatibility aliases for the old CL library. -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2012-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords: extensions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; copyright.el --- update the copyright notice in current buffer
|
||||
|
||||
;; Copyright (C) 1991-1995, 1998, 2001-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1991-1995, 1998, 2001-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; crm.el --- read multiple strings with completion
|
||||
|
||||
;; Copyright (C) 1985-1986, 1993-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985-1986, 1993-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Sen Nagata <sen@eccosys.com>
|
||||
;; Keywords: completion, minibuffer, multiple elements
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; cursor-sensor.el --- React to cursor movement -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; debug.el --- debuggers and related commands for Emacs -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1985-1986, 1994, 2001-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1985-1986, 1994, 2001-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; derived.el --- allow inheritance of major modes
|
||||
;; (formerly mode-clone.el)
|
||||
|
||||
;; Copyright (C) 1993-1994, 1999, 2001-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1993-1994, 1999, 2001-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Author: David Megginson (dmeggins@aix1.uottawa.ca)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; disass.el --- disassembler for compiled Emacs Lisp code -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1986, 1991, 2002-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1986, 1991, 2002-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Doug Cutting <doug@csli.stanford.edu>
|
||||
;; Jamie Zawinski <jwz@lucid.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; easy-mmode.el --- easy definition for major and minor modes
|
||||
|
||||
;; Copyright (C) 1997, 2000-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Georges Brun-Cottan <Georges.Brun-Cottan@inria.fr>
|
||||
;; Maintainer: Stefan Monnier <monnier@gnu.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; easymenu.el --- support the easymenu interface for defining a menu -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1994, 1996, 1998-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994, 1996, 1998-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: emulations
|
||||
;; Author: Richard Stallman <rms@gnu.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; edebug.el --- a source-level debugger for Emacs Lisp -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1988-1995, 1997, 1999-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1988-1995, 1997, 1999-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Author: Daniel LaLiberte <liberte@holonexus.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eieio-base.el --- Base classes for EIEIO. -*- lexical-binding:t -*-
|
||||
|
||||
;;; Copyright (C) 2000-2002, 2004-2005, 2007-2018 Free Software
|
||||
;;; Copyright (C) 2000-2002, 2004-2005, 2007-2019 Free Software
|
||||
;;; Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eieio-compat.el --- Compatibility with Older EIEIO versions -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1995-1996, 1998-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995-1996, 1998-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Keywords: OO, lisp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eieio-core.el --- Core implementation for eieio -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1995-1996, 1998-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995-1996, 1998-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 1.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eieio-custom.el -- eieio object customization -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1999-2001, 2005, 2007-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1999-2001, 2005, 2007-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eieio-datadebug.el --- EIEIO extensions to the data debugger. -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2007-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Keywords: OO, lisp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eieio-opt.el -- eieio optional functions (debug, printing, speedbar)
|
||||
|
||||
;; Copyright (C) 1996, 1998-2003, 2005, 2008-2018 Free Software
|
||||
;; Copyright (C) 1996, 1998-2003, 2005, 2008-2019 Free Software
|
||||
;; Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eieio-speedbar.el -- Classes for managing speedbar displays. -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1999-2002, 2005, 2007-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1999-2002, 2005, 2007-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; eieio.el --- Enhanced Implementation of Emacs Interpreted Objects -*- lexical-binding:t -*-
|
||||
;;; or maybe Eric's Implementation of Emacs Interpreted Objects
|
||||
|
||||
;; Copyright (C) 1995-1996, 1998-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995-1996, 1998-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 1.4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; eldoc.el --- Show function arglist or variable docstring in echo area -*- lexical-binding:t; -*-
|
||||
|
||||
;; Copyright (C) 1996-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Noah Friedman <friedman@splode.com>
|
||||
;; Maintainer: friedman@splode.com
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; elint.el --- Lint Emacs Lisp -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1997, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Peter Liljenberg <petli@lysator.liu.se>
|
||||
;; Created: May 1997
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; elp.el --- Emacs Lisp Profiler -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1994-1995, 1997-1998, 2001-2018 Free Software
|
||||
;; Copyright (C) 1994-1995, 1997-1998, 2001-2019 Free Software
|
||||
;; Foundation, Inc.
|
||||
|
||||
;; Author: Barry A. Warsaw
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; ert-x.el --- Staging area for experimental extensions to ERT -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2008, 2010-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2008, 2010-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Lennart Borgman (lennart O borgman A gmail O com)
|
||||
;; Christian Ohler <ohler@gnu.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; ert.el --- Emacs Lisp Regression Testing -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2007-2008, 2010-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007-2008, 2010-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Christian Ohler <ohler@gnu.org>
|
||||
;; Keywords: lisp, tools
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1991-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Per Cederqvist <ceder@lysator.liu.se>
|
||||
;; Inge Wallin <inge@lysator.liu.se>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; find-func.el --- find the definition of the Emacs Lisp function near point -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1997, 1999, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1999, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jens Petersen <petersen@kurims.kyoto-u.ac.jp>
|
||||
;; Maintainer: petersen@kurims.kyoto-u.ac.jp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; float-sup.el --- define some constants useful for floating point numbers.
|
||||
|
||||
;; Copyright (C) 1985-1987, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985-1987, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Keywords: internal
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; generator.el --- generators -*- lexical-binding: t -*-
|
||||
|
||||
;;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
||||
;;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Daniel Colascione <dancol@dancol.org>
|
||||
;; Keywords: extensions, elisp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; generic.el --- defining simple major modes with comment and font-lock
|
||||
;;
|
||||
;; Copyright (C) 1997, 1999, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1999, 2001-2019 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Peter Breton <pbreton@cs.umb.edu>
|
||||
;; Created: Fri Sep 27 1996
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; gv.el --- generalized variables -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2012-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords: extensions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; helper.el --- utility help package supporting help in electric modes
|
||||
|
||||
;; Copyright (C) 1985, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: K. Shane Hartman
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; inline.el --- Define functions by their inliner -*- lexical-binding:t; -*-
|
||||
|
||||
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; let-alist.el --- Easily let-bind values of an assoc-list by their names -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Artur Malabarba <emacs@endlessparentheses.com>
|
||||
;; Package-Requires: ((emacs "24.1"))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers
|
||||
|
||||
;; Copyright (C) 1992, 1994, 1997, 2000-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1992, 1994, 1997, 2000-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1985-1986, 1999-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985-1986, 1999-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Keywords: lisp, languages
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; lisp.el --- Lisp editing commands for Emacs -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1985-1986, 1994, 2000-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1985-1986, 1994, 2000-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; macroexp.el --- Additional macro-expansion support -*- lexical-binding: t -*-
|
||||
;;
|
||||
;; Copyright (C) 2004-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2004-2019 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Miles Bader <miles@gnu.org>
|
||||
;; Keywords: lisp, compiler, macros
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; map-ynp.el --- general-purpose boolean question-asker -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1991-1995, 2000-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991-1995, 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Roland McGrath <roland@gnu.org>
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; map.el --- Map manipulation functions -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Nicolas Petton <nicolas@petton.fr>
|
||||
;; Keywords: convenience, map, hash-table, alist, array
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nadvice.el --- Light-weight advice primitives for Elisp functions -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2012-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords: extensions, lisp, tools
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; package-x.el --- Package extras
|
||||
|
||||
;; Copyright (C) 2007-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Tom Tromey <tromey@redhat.com>
|
||||
;; Created: 10 Mar 2007
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; package.el --- Simple package system for Emacs -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2007-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Tom Tromey <tromey@redhat.com>
|
||||
;; Daniel Hackney <dan@haxney.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; pcase.el --- ML-style pattern-matching macro for Elisp -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2010-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; pp.el --- pretty printer for Emacs Lisp -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1989, 1993, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1989, 1993, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Randal Schwartz <merlyn@stonehenge.com>
|
||||
;; Keywords: lisp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; radix-tree.el --- A simple library of radix trees -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; re-builder.el --- building Regexps with visual feedback -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Detlev Zundel <dzu@gnu.org>
|
||||
;; Keywords: matching, lisp, tools
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; regexp-opt.el --- generate efficient regexps to match strings -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1994-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Simon Marshall <simon@gnu.org>
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; regi.el --- REGular expression Interpreting engine
|
||||
|
||||
;; Copyright (C) 1993, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
|
||||
;; Maintainer: bwarsaw@cen.com
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; ring.el --- handle rings of items -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 1992, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Keywords: extensions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rmc.el --- read from a multiple choice question -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rx.el --- sexp notation for regular expressions
|
||||
|
||||
;; Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Gerd Moellmann <gerd@gnu.org>
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; seq.el --- Sequence manipulation functions -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2014-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Nicolas Petton <nicolas@petton.fr>
|
||||
;; Keywords: sequences
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; shadow.el --- locate Emacs Lisp file shadowings
|
||||
|
||||
;; Copyright (C) 1995, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Terry Jones <terry@santafe.edu>
|
||||
;; Keywords: lisp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; smie.el --- Simple Minded Indentation Engine -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2010-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
;; Keywords: languages, lisp, internal, parsing, indentation
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; subr-x.el --- extra Lisp functions -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2013-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2013-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Keywords: convenience
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; syntax.el --- helper functions to find syntactic context -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2000-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Keywords: internal
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; tabulated-list.el --- generic major mode for tabulated lists -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2011-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2011-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Chong Yidong <cyd@stupidchicken.com>
|
||||
;; Keywords: extensions, lisp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;;; testcover-ses.el -- Example use of `testcover' to test "SES"
|
||||
|
||||
;; Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jonathan Yavner <jyavner@engineer.com>
|
||||
;; Maintainer: Jonathan Yavner <jyavner@engineer.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;;; testcover-unsafep.el -- Use testcover to test unsafep's code coverage
|
||||
|
||||
;; Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jonathan Yavner <jyavner@engineer.com>
|
||||
;; Maintainer: Jonathan Yavner <jyavner@engineer.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;;; testcover.el -- Visual code-coverage tool -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jonathan Yavner <jyavner@member.fsf.org>
|
||||
;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; thunk.el --- Lazy form evaluation -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Nicolas Petton <nicolas@petton.fr>
|
||||
;; Keywords: sequences
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; timer-list.el --- list active timers in a buffer
|
||||
|
||||
;; Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2016-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Package: emacs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; timer.el --- run a function with args at some time in future -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1996, 2001-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 2001-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Package: emacs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; tq.el --- utility to maintain a transaction queue -*- lexical-binding:t -*-
|
||||
|
||||
;; Copyright (C) 1985-1987, 1992, 2001-2018 Free Software Foundation,
|
||||
;; Copyright (C) 1985-1987, 1992, 2001-2019 Free Software Foundation,
|
||||
;; Inc.
|
||||
|
||||
;; Author: Scott Draves <spot@cs.cmu.edu>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; trace.el --- tracing facility for Emacs Lisp functions -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1993, 1998, 2000-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 1998, 2000-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate
|
||||
|
||||
;; Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jonathan Yavner <jyavner@member.fsf.org>
|
||||
;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; warnings.el --- log and display warnings
|
||||
|
||||
;; Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Keywords: internal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue