Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f8c25f1b
Commit
f8c25f1b
authored
Apr 07, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright.
parent
732be465
Changes
43
Hide whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
45 additions
and
45 deletions
+45
-45
lisp/emacs-lisp/lucid.el
lisp/emacs-lisp/lucid.el
+1
-1
lisp/gud.el
lisp/gud.el
+1
-1
lisp/indent.el
lisp/indent.el
+1
-1
lisp/isearch.el
lisp/isearch.el
+2
-2
lisp/macros.el
lisp/macros.el
+1
-1
lisp/mail/rnewspost.el
lisp/mail/rnewspost.el
+1
-1
lisp/menu-bar.el
lisp/menu-bar.el
+1
-1
lisp/mouse.el
lisp/mouse.el
+1
-1
lisp/msb.el
lisp/msb.el
+1
-1
lisp/progmodes/pascal.el
lisp/progmodes/pascal.el
+1
-1
lisp/scroll-bar.el
lisp/scroll-bar.el
+1
-1
lisp/server.el
lisp/server.el
+1
-1
lisp/simple.el
lisp/simple.el
+1
-1
lisp/sort.el
lisp/sort.el
+1
-1
lisp/tempo.el
lisp/tempo.el
+2
-2
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+1
-1
lisp/textmodes/paragraphs.el
lisp/textmodes/paragraphs.el
+1
-1
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+1
-1
src/Makefile.in
src/Makefile.in
+1
-1
src/buffer.h
src/buffer.h
+1
-1
src/callproc.c
src/callproc.c
+1
-1
src/cm.c
src/cm.c
+1
-1
src/cmds.c
src/cmds.c
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
src/editfns.c
src/editfns.c
+1
-1
src/emacs.c
src/emacs.c
+1
-1
src/fileio.c
src/fileio.c
+1
-1
src/fns.c
src/fns.c
+1
-1
src/insdel.c
src/insdel.c
+1
-1
src/intervals.c
src/intervals.c
+1
-1
src/keymap.c
src/keymap.c
+1
-1
src/lread.c
src/lread.c
+1
-1
src/print.c
src/print.c
+1
-1
src/process.c
src/process.c
+1
-1
src/region-cache.c
src/region-cache.c
+1
-1
src/region-cache.h
src/region-cache.h
+1
-1
src/syswait.h
src/syswait.h
+1
-1
src/term.c
src/term.c
+1
-1
src/unexsni.c
src/unexsni.c
+1
-1
src/window.c
src/window.c
+1
-1
src/xfns.c
src/xfns.c
+1
-1
src/xselect.c
src/xselect.c
+1
-1
src/xterm.c
src/xterm.c
+1
-1
No files found.
lisp/emacs-lisp/lucid.el
View file @
f8c25f1b
;;; lucid.el --- Emulate some Lucid Emacs functions.
;; Copyright (C) 1993 Free Software Foundation, Inc.
;; Copyright (C) 1993
, 1995
Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/gud.el
View file @
f8c25f1b
...
...
@@ -5,7 +5,7 @@
;; Maintainer: FSF
;; Keywords: unix, tools
;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1992, 1993, 1994
, 1995
Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/indent.el
View file @
f8c25f1b
;;; indent.el --- indentation commands for Emacs
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Copyright (C) 1985
, 1995
Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/isearch.el
View file @
f8c25f1b
;;; isearch.el --- incremental search minor mode.
;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1992, 1993, 1994
, 1995
Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; |$Date: 1995/03/
18 18:10:21
$|$Revision: 1.8
5
$
;; |$Date: 1995/03/
23 02:25:55
$|$Revision: 1.8
6
$
;; This file is part of GNU Emacs.
...
...
lisp/macros.el
View file @
f8c25f1b
;;; macros.el --- non-primitive commands for keyboard macros.
;; Copyright (C) 1985,
19
86,
19
87,
19
92,
19
94 Free Software Foundation, Inc.
;; Copyright (C) 1985, 86, 87, 92, 94
, 95
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: abbrev
...
...
lisp/mail/rnewspost.el
View file @
f8c25f1b
;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1986, 1987
, 1995
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail, news
...
...
lisp/menu-bar.el
View file @
f8c25f1b
...
...
@@ -3,7 +3,7 @@
;; Author: RMS
;; Keywords: internal
;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1993, 1994
, 1995
Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/mouse.el
View file @
f8c25f1b
;;; mouse.el --- window system-independent mouse support.
;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1993, 1994
, 1995
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: hardware
...
...
lisp/msb.el
View file @
f8c25f1b
;;; msb.el --- Customizable buffer-selection with multiple menus.
;; Copyright (C) 1993, 1994 Lars Lindberg <Lars.Lindberg@sypro.cap.se>
;; Copyright (C) 1993, 1994
, 1995
Lars Lindberg <Lars.Lindberg@sypro.cap.se>
;;
;; Author: Lars Lindberg <Lars.Lindberg@sypro.cap.se>
;; Created: 8 Oct 1993
...
...
lisp/progmodes/pascal.el
View file @
f8c25f1b
;;; pascal.el - Major mode for editing pascal source in emacs.
;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1993, 1994
, 1995
Free Software Foundation, Inc.
;;; Author: Espen Skoglund (espensk@stud.cs.uit.no)
;;; Keywords: languages
...
...
lisp/scroll-bar.el
View file @
f8c25f1b
;;; scroll-bar.el --- window system-independent scroll bar support.
;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1993, 1994
, 1995
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: hardware
...
...
lisp/server.el
View file @
f8c25f1b
;;; server.el --- Lisp code for GNU Emacs running as server process.
;; Copyright (C) 1986, 1987, 1992, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1987, 1992, 1994
, 1995
Free Software Foundation, Inc.
;; Author: William Sommerfeld <wesommer@athena.mit.edu>
;; Keywords: processes
...
...
lisp/simple.el
View file @
f8c25f1b
;;; simple.el --- basic editing commands for Emacs
;; Copyright (C) 1985,
19
86,
19
87,
19
93,
19
94 Free Software Foundation, Inc.
;; Copyright (C) 1985, 86, 87, 93, 94
, 95
Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/sort.el
View file @
f8c25f1b
;;; sort.el --- commands to sort text in an Emacs buffer.
;; Copyright (C) 1986, 1987, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1987, 1994
, 1995
Free Software Foundation, Inc.
;; Author: Howie Kaye
;; Maintainer: FSF
...
...
lisp/tempo.el
View file @
f8c25f1b
;;; tempo.el --- Flexible template insertion
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Copyright (C) 1994
, 1995
Free Software Foundation, Inc.
;; Author: David K}gedal <davidk@lysator.liu.se >
;; Created: 16 Feb 1994
;; Version: 1.2.2
;; Keywords: extensions, languages, tools
;; $Revision: 1.
6
$
;; $Revision: 1.
7
$
;; This file is part of GNU Emacs.
...
...
lisp/textmodes/ispell.el
View file @
f8c25f1b
...
...
@@ -2,7 +2,7 @@
;;; GNU EMACS interface for International Ispell Version 3.1 by Geoff Kuenning.
;;;
;;;
;;; Copyright (C) 1994 Free Software Foundation, Inc.
;;; Copyright (C) 1994
, 1995
Free Software Foundation, Inc.
;;;
;;;
;;; Authors : Ken Stevens <k.stevens@ieee.org>
...
...
lisp/textmodes/paragraphs.el
View file @
f8c25f1b
;;; paragraphs.el --- paragraph and sentence parsing.
;; Copyright (C) 1985, 86, 87, 91, 94 Free Software Foundation, Inc.
;; Copyright (C) 1985, 86, 87, 91, 94
, 95
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: wp
...
...
lisp/textmodes/tex-mode.el
View file @
f8c25f1b
;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands.
;; Copyright (C) 1985,
19
86,
19
89,
19
92,
19
94 Free Software Foundation, Inc.
;; Copyright (C) 1985, 86, 89, 92, 94
, 95
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: tex
...
...
src/Makefile.in
View file @
f8c25f1b
# Makefile for GNU Emacs.
# Copyright (C) 1985,
19
87,
19
88,
19
93,
19
94 Free Software Foundation, Inc.
# Copyright (C) 1985, 87, 88, 93, 94
, 95
Free Software Foundation, Inc.
# This file is part of GNU Emacs.
...
...
src/buffer.h
View file @
f8c25f1b
/* Header file for the buffer manipulation primitives.
Copyright (C) 1985, 1986, 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/callproc.c
View file @
f8c25f1b
/* Synchronous subprocess invocation for GNU Emacs.
Copyright (C) 1985,
19
86,
19
87,
19
88,
19
93,
19
94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 88, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/cm.c
View file @
f8c25f1b
/* Cursor motion subroutines for GNU Emacs.
Copyright (C) 1985 Free Software Foundation, Inc.
Copyright (C) 1985
, 1995
Free Software Foundation, Inc.
based primarily on public domain code written by Chris Torek
This file is part of GNU Emacs.
...
...
src/cmds.c
View file @
f8c25f1b
/* Simple built-in editing commands.
Copyright (C) 1985, 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1985, 1993, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/dispnew.c
View file @
f8c25f1b
/* Updating of data structures for redisplay.
Copyright (C) 1985, 86, 87, 88, 93, 94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 88, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/editfns.c
View file @
f8c25f1b
/* Lisp functions pertaining to editing.
Copyright (C) 1985,86,87,89,93,94 Free Software Foundation, Inc.
Copyright (C) 1985,86,87,89,93,94
,95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/emacs.c
View file @
f8c25f1b
/* Fully extensible Emacs, running on Unix, intended for GNU.
Copyright (C) 1985,
19
86,
19
87,
19
93,
19
94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/fileio.c
View file @
f8c25f1b
/* File IO for GNU Emacs.
Copyright (C) 1985,
19
86,
19
87,
19
88,
19
93,
19
94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 88, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/fns.c
View file @
f8c25f1b
/* Random utility Lisp functions.
Copyright (C) 1985,
19
86,
19
87,
19
93,
19
94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/insdel.c
View file @
f8c25f1b
/* Buffer insertion/deletion and gap motion for GNU Emacs.
Copyright (C) 1985, 1986, 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/intervals.c
View file @
f8c25f1b
/* Code for doing intervals.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/keymap.c
View file @
f8c25f1b
/* Manipulation of keymaps
Copyright (C) 1985, 86, 87, 88, 93, 94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 88, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/lread.c
View file @
f8c25f1b
/* Lisp parsing and input streams.
Copyright (C) 1985, 1986, 1987, 1988, 1989,
1993, 1994 Free Software Foundation, Inc.
1993, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/print.c
View file @
f8c25f1b
/* Lisp object printing and output streams.
Copyright (C) 1985,
19
86,
19
88,
19
93,
19
94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 88, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/process.c
View file @
f8c25f1b
/* Asynchronous subprocess control for GNU Emacs.
Copyright (C) 1985, 86, 87, 88, 93, 94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 88, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/region-cache.c
View file @
f8c25f1b
/* Caching facts about regions of the buffer, for optimization.
Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993
Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/region-cache.h
View file @
f8c25f1b
/* Header file: Caching facts about regions of the buffer, for optimization.
Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/syswait.h
View file @
f8c25f1b
/* Define wait system call interface for Emacs.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/term.c
View file @
f8c25f1b
/* terminal control module for terminals described by TERMCAP
Copyright (C) 1985,
19
86,
19
87,
19
93,
19
94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/unexsni.c
View file @
f8c25f1b
/* Unexec for Siemens machines running Sinix (modified SVR4).
Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1993, 1994
Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1993, 1994
, 1995
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
...
...
src/window.c
View file @
f8c25f1b
/* Window creation, deletion and examination for GNU Emacs.
Does not include redisplay.
Copyright (C) 1985,
19
86,
19
87,
19
93,
19
94 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 87, 93, 94
, 95
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/xfns.c
View file @
f8c25f1b
/* Functions for the X window system.
Copyright (C) 1989, 1992, 1993, 1994 Free Software Foundation.
Copyright (C) 1989, 1992, 1993, 1994
, 1995
Free Software Foundation.
This file is part of GNU Emacs.
...
...
src/xselect.c
View file @
f8c25f1b
/* X Selection processing for Emacs.
Copyright (C) 1993, 1994 Free Software Foundation.
Copyright (C) 1993, 1994
, 1995
Free Software Foundation.
This file is part of GNU Emacs.
...
...
src/xterm.c
View file @
f8c25f1b
/* X Communication module for terminals which understand the X protocol.
Copyright (C) 1989, 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1989, 1993, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment