Update years in copyright notice; nfc.
This commit is contained in:
parent
3868558380
commit
3731a85096
125 changed files with 293 additions and 233 deletions
|
|
@ -1,6 +1,7 @@
|
|||
;;; advice.el --- an overloading mechanism for Emacs Lisp functions
|
||||
|
||||
;; Copyright (C) 1993,1994,2000,01,2004,2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 1994, 2000, 2001, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; assoc.el --- insert/delete/sort functions on association lists
|
||||
|
||||
;; Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Barry A. Warsaw <bwarsaw@cen.com>
|
||||
;; Keywords: extensions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*-
|
||||
|
||||
;; Copyright (C) 2000, 2003, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Gerd Moellmann <gerd@gnu.org>
|
||||
;; Maintainer: Kim F. Storm <storm@cua.dk>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;; autoload.el --- maintain autoloads in loaddefs.el
|
||||
|
||||
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2001, 2002, 2003,
|
||||
;; 2004, 2005 Free Software Foundation, Inc.
|
||||
;; 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Roland McGrath <roland@gnu.org>
|
||||
;; Keywords: maint
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; backquote.el --- implement the ` Lisp construct
|
||||
|
||||
;; Copyright (C) 1990, 92, 1994, 2001, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1990, 1992, 1994, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Rick Sladkey <jrs@world.std.com>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; benchmark.el --- support for benchmarking code
|
||||
|
||||
;; Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2004, 2005 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 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Kim F. Storm <storm@cua.dk>
|
||||
;; Assignment name: struct.el
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler
|
||||
|
||||
;; Copyright (c) 1991, 1994, 2000, 2001, 2002, 2004
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005 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
|
||||
|
||||
;; Copyright (C) 1992, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com>
|
||||
;; Hallvard Furuseth <hbf@ulrik.uio.no>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; bytecomp.el --- compilation of Lisp code into byte code
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002,
|
||||
;; 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jamie Zawinski <jwz@lucid.com>
|
||||
;; Hallvard Furuseth <hbf@ulrik.uio.no>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; checkdoc.el --- check documentation strings for style requirements
|
||||
|
||||
;;; Copyright (C) 1997, 1998, 2001, 2004 Free Software Foundation
|
||||
;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 0.6.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
|
||||
|
||||
;; Copyright (C) 1993, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Gillespie <daveg@synaptics.com>
|
||||
;; Version: 2.02
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-
|
||||
|
||||
;; Copyright (C) 1993, 2000, 2003, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2000, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Gillespie <daveg@synaptics.com>
|
||||
;; Keywords: extensions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; cl-indent.el --- enhanced lisp-indent mode
|
||||
|
||||
;; Copyright (C) 1987, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1987, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
|
||||
;; Created: July 1987
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-seq.el --- Common Lisp features, part 3 -*-byte-compile-dynamic: t;-*-
|
||||
|
||||
;; Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Gillespie <daveg@synaptics.com>
|
||||
;; Version: 2.02
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
|
||||
|
||||
;; Copyright (C) 1993, 2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Author: Daniel LaLiberte <liberte@holonexus.org>
|
||||
;; Keywords: lisp, tools, maint
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; cl.el --- Common Lisp extensions for Emacs -*-byte-compile-dynamic: t;-*-
|
||||
|
||||
;; Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Gillespie <daveg@synaptics.com>
|
||||
;; Version: 2.02
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; copyright.el --- update the copyright notice in current buffer
|
||||
|
||||
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2003, 2004, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, 2003,
|
||||
;; 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
|
||||
;; Keywords: maint, tools
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; crm.el --- read multiple strings with completion
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Sen Nagata <sen@eccosys.com>
|
||||
;; Keywords: completion, minibuffer, multiple elements
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; cust-print.el --- handles print-level and print-circle
|
||||
|
||||
;; Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Daniel LaLiberte <liberte@holonexus.org>
|
||||
;; Adapted-By: ESR
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; debug.el --- debuggers and related commands for Emacs
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1994, 2001, 2003, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: lisp, tools, maint
|
||||
|
|
@ -709,7 +709,7 @@ Redefining FUNCTION also cancels it."
|
|||
(let ((fn (function-called-at-point)) val)
|
||||
(when (debugger-special-form-p fn)
|
||||
(setq fn nil))
|
||||
(setq val (completing-read
|
||||
(setq val (completing-read
|
||||
(if fn
|
||||
(format "Debug on entry to function (default %s): " fn)
|
||||
"Debug on entry to function: ")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
;;; derived.el --- allow inheritance of major modes
|
||||
;; (formerly mode-clone.el)
|
||||
|
||||
;; Copyright (C) 1993, 1994, 1999, 2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 1994, 1999, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: David Megginson (dmeggins@aix1.uottawa.ca)
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; disass.el --- disassembler for compiled Emacs Lisp code
|
||||
|
||||
;; Copyright (C) 1986, 1991, 2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1986, 1991, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Doug Cutting <doug@csli.stanford.edu>
|
||||
;; Jamie Zawinski <jwz@lucid.com>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; easymenu.el --- support the easymenu interface for defining a menu
|
||||
|
||||
;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2004, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994, 1996, 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: emulations
|
||||
;; Author: Richard Stallman <rms@gnu.org>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; edebug.el --- a source-level debugger for Emacs Lisp
|
||||
|
||||
;; Copyright (C) 1988,89,90,91,92,93,94,95,97,1999,2000,01,03,2004
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1999,
|
||||
;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Daniel LaLiberte <liberte@holonexus.org>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; eldoc.el --- show function arglist or variable docstring in echo area
|
||||
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Noah Friedman <friedman@splode.com>
|
||||
;; Maintainer: friedman@splode.com
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; elint.el --- Lint Emacs Lisp
|
||||
|
||||
;; Copyright (C) 1997 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Peter Liljenberg <petli@lysator.liu.se>
|
||||
;; Created: May 1997
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; elp.el --- Emacs Lisp Profiler
|
||||
|
||||
;; Copyright (C) 1994,1995,1997,1998, 2001 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Barry A. Warsaw
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; ewoc.el --- utility to maintain a view of a list of objects in a buffer
|
||||
|
||||
;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 04
|
||||
;; Free Software Foundation
|
||||
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Per Cederqvist <ceder@lysator.liu.se>
|
||||
;; Inge Wallin <inge@lysator.liu.se>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; find-func.el --- find the definition of the Emacs Lisp function near point
|
||||
|
||||
;; Copyright (C) 1997, 1999, 2001, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jens Petersen <petersen@kurims.kyoto-u.ac.jp>
|
||||
;; Maintainer: petersen@kurims.kyoto-u.ac.jp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; find-gc.el --- detect functions that call the garbage collector
|
||||
|
||||
;; Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; float-sup.el --- define some constants useful for floating point numbers.
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1987, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: internal
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; generic.el --- defining simple major modes with comment and font-lock
|
||||
;;
|
||||
;; Copyright (C) 1997, 1999, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1999, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Peter Breton <pbreton@cs.umb.edu>
|
||||
;; Created: Fri Sep 27 1996
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; gulp.el --- ask for updates for Lisp packages
|
||||
|
||||
;; Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Sam Shteingold <shteingd@math.ucla.edu>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; helper.el --- utility help package supporting help in electric modes
|
||||
|
||||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: K. Shane Hartman
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; levents.el --- emulate the Lucid event data type and associated functions
|
||||
|
||||
;; Copyright (C) 1993, 2001 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: emulations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers
|
||||
|
||||
;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
;; Maintainer: FSF
|
||||
|
|
@ -306,7 +307,7 @@ If FILE is nil, execute BODY in the current buffer."
|
|||
(insert-file-contents ,filesym)
|
||||
(lisp-mode)
|
||||
,@body)
|
||||
(save-excursion
|
||||
(save-excursion
|
||||
;; Switching major modes is too drastic, so just switch
|
||||
;; temporarily to the Lisp mode syntax table.
|
||||
(with-syntax-table lisp-mode-syntax-table
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2003, 2004, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: lisp, languages
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; lisp.el --- Lisp editing commands for Emacs
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1994, 2000, 2004, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1994, 2000, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: lisp, languages
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; lmenu.el --- emulate Lucid's menubar support
|
||||
|
||||
;; Copyright (C) 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 1993, 1994, 1997, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: emulations obsolete
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; lselect.el --- Lucid interface to X Selections
|
||||
|
||||
;; Copyright (C) 1990, 1993, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1990, 1993, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: emulations
|
||||
|
|
@ -101,9 +102,9 @@
|
|||
|
||||
|
||||
(defun x-own-selection (selection &optional type)
|
||||
"Make a primary X Selection of the given argument.
|
||||
The argument may be a string, a cons of two markers, or an extent.
|
||||
In the latter cases the selection is considered to be the text
|
||||
"Make a primary X Selection of the given argument.
|
||||
The argument may be a string, a cons of two markers, or an extent.
|
||||
In the latter cases the selection is considered to be the text
|
||||
between the markers, or the between extents endpoints."
|
||||
(interactive (if (not current-prefix-arg)
|
||||
(list (read-string "Store text for pasting: "))
|
||||
|
|
@ -124,7 +125,7 @@ between the markers, or the between extents endpoints."
|
|||
|
||||
|
||||
(defun x-own-secondary-selection (selection &optional type)
|
||||
"Make a secondary X Selection of the given argument. The argument may be a
|
||||
"Make a secondary X Selection of the given argument. The argument may be a
|
||||
string or a cons of two markers (in which case the selection is considered to
|
||||
be the text between those markers.)"
|
||||
(interactive (if (not current-prefix-arg)
|
||||
|
|
@ -182,7 +183,7 @@ secondary selection instead of the primary selection."
|
|||
;; Random utility functions
|
||||
|
||||
(defun x-kill-primary-selection ()
|
||||
"If there is a selection, delete the text it covers, and copy it to
|
||||
"If there is a selection, delete the text it covers, and copy it to
|
||||
both the kill ring and the Clipboard."
|
||||
(interactive)
|
||||
(or (x-selection-owner-p) (error "emacs does not own the primary selection"))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; lucid.el --- emulate some Lucid Emacs functions
|
||||
|
||||
;; Copyright (C) 1993, 1995, 2001 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 1995, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: emulations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; macroexp.el --- Additional macro-expansion support
|
||||
;;
|
||||
;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Miles Bader <miles@gnu.org>
|
||||
;; Keywords: lisp, compiler, macros
|
||||
|
|
@ -91,7 +91,7 @@ FORMS."
|
|||
CLAUSES is a list of lists of forms; any clause that's not a list is ignored.
|
||||
If SKIP is non-nil, then don't expand that many elements at the start of
|
||||
each clause."
|
||||
(macroexp-accumulate (clause clauses)
|
||||
(macroexp-accumulate (clause clauses)
|
||||
(if (listp clause)
|
||||
(macroexpand-all-forms clause skip)
|
||||
clause)))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; map-ynp.el --- general-purpose boolean question-asker
|
||||
|
||||
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2002, 2003,
|
||||
;; 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Roland McGrath <roland@gnu.org>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; pp.el --- pretty printer for Emacs Lisp
|
||||
|
||||
;; Copyright (C) 1989, 1993, 2001, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Randal Schwartz <merlyn@stonehenge.com>
|
||||
;; Keywords: lisp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; re-builder.el --- building Regexps with visual feedback
|
||||
|
||||
;; Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Detlev Zundel <dzu@gnu.org>
|
||||
;; Keywords: matching, lisp, tools
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; regexp-opt.el --- generate efficient regexps to match strings
|
||||
|
||||
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002,
|
||||
;; 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Simon Marshall <simon@gnu.org>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; regi.el --- REGular expression Interpreting engine
|
||||
|
||||
;; Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 2002, 2003, 2004, 2005 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
|
||||
|
||||
;; Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: extensions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; rx.el --- sexp notation for regular expressions
|
||||
|
||||
;; Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Gerd Moellmann <gerd@gnu.org>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; shadow.el --- locate Emacs Lisp file shadowings
|
||||
|
||||
;; Copyright (C) 1995 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Terry Jones <terry@santafe.edu>
|
||||
;; Keywords: lisp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; sregex.el --- symbolic regular expressions
|
||||
|
||||
;; Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bob Glickstein <bobg+sregex@zanshin.com>
|
||||
;; Maintainer: Bob Glickstein <bobg+sregex@zanshin.com>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; syntax.el --- helper functions to find syntactic context
|
||||
|
||||
;; Copyright (C) 2000, 2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: internal
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;;; testcover-ses.el -- Example use of `testcover' to test "SES"
|
||||
|
||||
;; Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002, 2003, 2004, 2005 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 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002, 2003, 2004, 2005 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
|
||||
|
||||
;; Copyright (C) 2002, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jonathan Yavner <jyavner@member.fsf.org>
|
||||
;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; timer.el --- run a function with args at some time in future
|
||||
|
||||
;; Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; tq.el --- utility to maintain a transaction queue
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987, 1992, 2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1987, 1992, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Scott Draves <spot@cs.cmu.edu>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; trace.el --- tracing facility for Emacs Lisp functions
|
||||
|
||||
;; Copyright (C) 1993, 1998, 2000, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 1998, 2000, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate
|
||||
|
||||
;; Copyright (C)2002 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002, 2003, 2004, 2005 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 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: internal
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; awk-mode.el --- AWK code editing commands for Emacs
|
||||
|
||||
;; Copyright (C) 1988,94,96,2000 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1988, 1994, 1996, 2000, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: unix, languages
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode
|
||||
|
||||
;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Simon Marshall <simon@gnu.org>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; float.el --- obsolete floating point arithmetic package
|
||||
f;;; float.el --- obsolete floating point arithmetic package
|
||||
|
||||
;; Copyright (C) 1986 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Bill Rosenblatt
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; hilit19.el --- customizable highlighting for Emacs 19
|
||||
|
||||
;; Copyright (c) 1993, 1994, 2001, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jonathan Stigelman <stig@hackvan.com>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
;;; hscroll.el --- automatically scroll truncated lines horizontally
|
||||
;;; Copyright (C) 1992, 1993, 1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
;; Copyright (C) 1992, 1993, 1995, 1996, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Wayne Mesard <wmesard@esd.sgi.com>
|
||||
;; Keywords: display
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; iso-acc.el --- minor mode providing electric accent keys
|
||||
|
||||
;; Copyright (C) 1993, 1994, 1996, 2001, 2002, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1993, 1994, 1996, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Johan Vromans
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys
|
||||
|
||||
;; Copyright (C) 1987 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Howard Gayle
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*-
|
||||
|
||||
;; Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
|
||||
;; Keywords: terminals
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; lazy-lock.el --- lazy demand-driven fontification for fast Font Lock mode
|
||||
|
||||
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Simon Marshall <simon@gnu.org>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; mlsupport.el --- run-time support for mocklisp code
|
||||
|
||||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: extensions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; ooutline.el --- outline mode commands for Emacs
|
||||
|
||||
;; Copyright (C) 1986, 1993, 1994, 1997 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1986, 1993, 1994, 1997, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: outlines
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; options.el --- edit Options command for Emacs
|
||||
|
||||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead)
|
||||
|
||||
;; Copyright (C) 1992, 1994, 1998 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 1994, 1998, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
|
||||
;; Created: 07 Feb 1992
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; rnews.el --- USENET news reader for GNU Emacs
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1987, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: news
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1987, 1995 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1987, 1995, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: mail, news
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents
|
||||
|
||||
;; Copyright (C) 1990, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Noah Friedman <friedman@splode.com>
|
||||
;; Roland McGrath <roland@gnu.org>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; scribe.el --- scribe mode, and its idiosyncratic commands
|
||||
|
||||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: wp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; sun-curs.el --- cursor definitions for Sun windows
|
||||
|
||||
;; Copyright (C) 1987 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jeff Peck <peck@sun.com>
|
||||
;; Keywords: hardware
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; sun-fns.el --- subroutines of Mouse handling for Sun windows
|
||||
|
||||
;; Copyright (C) 1987 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jeff Peck <peck@sun.com>
|
||||
;; Maintainer: none
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; uncompress.el --- auto-decompression hook for visiting .Z files
|
||||
|
||||
;; Copyright (C) 1992, 1994, 2001 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 1994, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: files
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; x-apollo.el --- Apollo support functions
|
||||
|
||||
;; Copyright (C) 1995 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995, 2002, 2003, 2004, 2005 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 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; artist.el --- draw ascii graphics with your mouse
|
||||
|
||||
;; Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Tomas Abrahamsson <tab@lysator.liu.se>
|
||||
;; Maintainer: Tomas Abrahamsson <tab@lysator.liu.se>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; bib-mode.el --- major mode for editing bib files
|
||||
|
||||
;; Copyright (C) 1989 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1989, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: bib
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; bibtex.el --- BibTeX mode for GNU Emacs
|
||||
|
||||
;; Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2004, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003,
|
||||
;; 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de>
|
||||
;; Bengt Martensson <bengt@mathematik.uni-Bremen.de>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files
|
||||
|
||||
;; Copyright (C) 2004 by Daniel Pfeiffer <occitan@esperanto.org>
|
||||
;; Copyright (C) 2004, 2005 by Daniel Pfeiffer <occitan@esperanto.org>
|
||||
;; Keywords: conf ini windows java
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files
|
||||
;; Copyright (c) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
;; Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Simon Josefsson <simon@josefsson.org>
|
||||
;; Keywords: DNS master zone file SOA
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; enriched.el --- read and save files in text/enriched format
|
||||
|
||||
;; Copyright (c) 1994, 1995, 1996, 2002, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994, 1995, 1996, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Boris Goldowsky <boris@gnu.org>
|
||||
;; Keywords: wp, faces
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; fill.el --- fill commands for Emacs -*- coding: iso-2022-7bit -*-
|
||||
|
||||
;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1999, 2001, 2002,
|
||||
;; 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: wp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; flyspell.el --- on-the-fly spell checker
|
||||
|
||||
;; Copyright (C) 1998, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1998, 2000, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
|
||||
|
||||
;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
||||
;; 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Ken Stevens <k.stevens@ieee.org>
|
||||
;; Maintainer: Ken Stevens <k.stevens@ieee.org>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; makeinfo.el --- run makeinfo conveniently
|
||||
|
||||
;; Copyright (C) 1991, 1993, 2002 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1991, 1993, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Robert J. Chassell
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source
|
||||
|
||||
;; Copyright (C) 1985, 86, 94, 95, 97, 2001 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1994, 1995, 1997, 2001, 2002, 2003,
|
||||
;; 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: wp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;; org.el --- Outline-based notes management and organizer
|
||||
;; Carstens outline-mode for keeping track of everything.
|
||||
;; Copyright (c) 2004, 2005 Free Software Foundation
|
||||
|
||||
;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Carsten Dominik <dominik at science dot uva dot nl>
|
||||
;; Keywords: outlines, hypermedia, calendar
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; page-ext.el --- extended page handling commands
|
||||
|
||||
;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation
|
||||
;; Copyright (C) 1990, 1991, 1993, 1994, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: Robert J. Chassell <bob@gnu.org>
|
||||
;; Keywords: wp data
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; page.el --- page motion commands for Emacs
|
||||
|
||||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: wp convenience
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;;; paragraphs.el --- paragraph and sentence parsing
|
||||
|
||||
;; Copyright (C) 1985, 86, 87, 91, 94, 95, 96, 1997, 1999, 2000, 2001, 2004
|
||||
;; Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1986, 1987, 1991, 1994, 1995, 1996, 1997, 1999, 2000,
|
||||
;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: wp
|
||||
|
|
@ -358,7 +358,7 @@ If ARG is negative, point is put at end of this paragraph, mark is put
|
|||
at beginning of this or a previous paragraph.
|
||||
|
||||
Interactively, if this command is repeated
|
||||
or (in Transient Mark mode) if the mark is active,
|
||||
or (in Transient Mark mode) if the mark is active,
|
||||
it marks the next ARG paragraphs after the ones already marked."
|
||||
(interactive "p\np")
|
||||
(unless arg (setq arg 1))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model
|
||||
|
||||
;; Copyright (C) 1985, 1994, 2002, 2003 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985, 1994, 2002, 2003, 2004,
|
||||
;; 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: K. Shane Hartman
|
||||
;; Maintainer: FSF
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
;;; po.el --- basic support of PO translation files -*- coding: latin-1; -*-
|
||||
|
||||
;; Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003,
|
||||
;; 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
;; Authors: François Pinard <pinard@iro.umontreal.ca>,
|
||||
;; Greg McGary <gkm@magilla.cichlid.com>,
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue