Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c6c5df7f
Commit
c6c5df7f
authored
May 22, 1993
by
Jim Blandy
Browse files
Updated copyright years.
parent
dd8e46c7
Changes
51
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
21 deletions
+20
-21
src/abbrev.c
src/abbrev.c
+1
-1
src/alloc.c
src/alloc.c
+1
-1
src/buffer.c
src/buffer.c
+1
-1
src/buffer.h
src/buffer.h
+1
-1
src/bytecode.c
src/bytecode.c
+1
-1
src/callproc.c
src/callproc.c
+1
-1
src/casetab.c
src/casetab.c
+1
-1
src/cmds.c
src/cmds.c
+1
-1
src/config.in
src/config.in
+1
-1
src/data.c
src/data.c
+1
-1
src/dired.c
src/dired.c
+1
-1
src/dispextern.h
src/dispextern.h
+1
-1
src/dispnew.c
src/dispnew.c
+1
-2
src/disptab.h
src/disptab.h
+1
-1
src/doc.c
src/doc.c
+1
-1
src/emacs.c
src/emacs.c
+1
-1
src/eval.c
src/eval.c
+1
-1
src/fileio.c
src/fileio.c
+1
-1
src/filelock.c
src/filelock.c
+1
-1
src/floatfns.c
src/floatfns.c
+1
-1
No files found.
src/abbrev.c
View file @
c6c5df7f
/* Primitives for word-abbrev mode.
Copyright (C) 1985, 1986, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/alloc.c
View file @
c6c5df7f
/* Storage allocation and gc for GNU Emacs Lisp interpreter.
Copyright (C) 1985, 1986, 1988,
1992,
1993 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1988, 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/buffer.c
View file @
c6c5df7f
/* Buffer manipulation primitives for GNU Emacs.
Copyright (C) 1985, 1986, 1987, 1988, 1989,
1992,
1993
Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/buffer.h
View file @
c6c5df7f
/* Header file for the buffer manipulation primitives.
Copyright (C) 1985, 1986,
1990,
1993 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/bytecode.c
View file @
c6c5df7f
/* Execution of byte code produced by bytecomp.el.
Copyright (C) 1985, 1986, 1987, 1988, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 1988, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/callproc.c
View file @
c6c5df7f
/* Synchronous subprocess invocation for GNU Emacs.
Copyright (C) 1985, 1986, 1987, 1988, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 1988, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/casetab.c
View file @
c6c5df7f
/* GNU Emacs routines to deal with case tables.
Copyright (C) 19
87
Free Software Foundation, Inc.
Copyright (C) 19
93
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/cmds.c
View file @
c6c5df7f
/* Simple built-in editing commands.
Copyright (C) 1985, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/config.in
View file @
c6c5df7f
/* GNU Emacs site configuration template file. -*- C -*-
Copyright (C) 1988 Free Software Foundation, Inc.
Copyright (C) 1988
, 1993
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/data.c
View file @
c6c5df7f
/* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter.
Copyright (C) 1985, 1986, 1988, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1988, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/dired.c
View file @
c6c5df7f
/* Lisp functions for making directory listings.
Copyright (C) 1985, 1986, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/dispextern.h
View file @
c6c5df7f
/* Interface definitions for display code.
Copyright (C) 1985, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/dispnew.c
View file @
c6c5df7f
/* Updating of data structures for redisplay.
Copyright (C) 1985, 1986, 1987, 1988, 1990,
1992, 1993 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/disptab.h
View file @
c6c5df7f
/* Things for GLYPHS and glyph tables.
Copyright (C) 199
0
Free Software Foundation, Inc.
Copyright (C) 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/doc.c
View file @
c6c5df7f
/* Record indices of function doc strings stored in a file.
Copyright (C) 1985, 1986, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/emacs.c
View file @
c6c5df7f
/* Fully extensible Emacs, running on Unix, intended for GNU.
Copyright (C) 1985, 1986, 1987,
1992,
1993 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/eval.c
View file @
c6c5df7f
/* Evaluator for GNU Emacs Lisp interpreter.
Copyright (C) 1985, 1986, 1987, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/fileio.c
View file @
c6c5df7f
/* File IO for GNU Emacs.
Copyright (C) 1985, 1986, 1987, 1988,
1992,
1993 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/filelock.c
View file @
c6c5df7f
/* Copyright (C) 1985, 1986, 1987, 199
2
Free Software Foundation, Inc.
/* Copyright (C) 1985, 1986, 1987, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/floatfns.c
View file @
c6c5df7f
/* Primitive operations on floating point for GNU Emacs Lisp interpreter.
Copyright (C) 1988, 199
2
Free Software Foundation, Inc.
Copyright (C) 1988, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
Prev
1
2
3
Next
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