Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
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
Options
Browse Files
Download
Email Patches
Plain Diff
Updated copyright years.
parent
dd8e46c7
Changes
51
Show whitespace changes
Inline
Side-by-side
Showing
51 changed files
with
56 additions
and
57 deletions
+56
-57
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
src/fns.c
src/fns.c
+1
-1
src/frame.c
src/frame.c
+1
-1
src/frame.h
src/frame.h
+1
-1
src/indent.c
src/indent.c
+1
-1
src/intervals.h
src/intervals.h
+1
-1
src/keyboard.h
src/keyboard.h
+1
-1
src/keymap.c
src/keymap.c
+1
-1
src/lisp.h
src/lisp.h
+1
-1
src/lread.c
src/lread.c
+1
-1
src/macros.c
src/macros.c
+1
-1
src/mem-limits.h
src/mem-limits.h
+1
-1
src/minibuf.c
src/minibuf.c
+1
-1
src/process.c
src/process.c
+1
-1
src/puresize.h
src/puresize.h
+1
-1
src/ralloc.c
src/ralloc.c
+1
-1
src/scroll.c
src/scroll.c
+1
-1
src/search.c
src/search.c
+1
-1
src/syntax.c
src/syntax.c
+1
-1
src/syntax.h
src/syntax.h
+1
-1
src/sysdep.c
src/sysdep.c
+1
-1
src/syssignal.h
src/syssignal.h
+1
-1
src/systime.h
src/systime.h
+1
-1
src/systty.h
src/systty.h
+1
-1
src/term.c
src/term.c
+1
-1
src/undo.c
src/undo.c
+1
-1
src/window.c
src/window.c
+1
-1
src/window.h
src/window.h
+1
-1
src/xfaces.c
src/xfaces.c
+1
-1
src/xmenu.c
src/xmenu.c
+1
-1
src/xrdb.c
src/xrdb.c
+1
-1
src/xselect.c
src/xselect.c
+6
-6
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.
...
...
src/fns.c
View file @
c6c5df7f
/* Random utility Lisp functions.
Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1987
, 1993
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/frame.c
View file @
c6c5df7f
/* Generic frame functions.
Copyright (C)
1989, 1992,
1993 Free Software Foundation.
Copyright (C) 1993 Free Software Foundation.
This file is part of GNU Emacs.
...
...
src/frame.h
View file @
c6c5df7f
/* Define frame-object for GNU Emacs.
Copyright (C)
1988, 1992,
1993 Free Software Foundation, Inc.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/indent.c
View file @
c6c5df7f
/* Indentation functions.
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/intervals.h
View file @
c6c5df7f
/* Definitions and global variables for intervals.
Copyright (C) 199
0, 1992
Free Software Foundation, Inc.
Copyright (C) 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/keyboard.h
View file @
c6c5df7f
/* Declarations useful when processing input.
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/keymap.c
View file @
c6c5df7f
/* Manipulation of keymaps
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/lisp.h
View file @
c6c5df7f
/* Fundamental definitions 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/lread.c
View file @
c6c5df7f
/* Lisp parsing and input streams.
Copyright (C) 1985, 1986, 1987, 1988, 1989,
199
2
Free Software Foundation, Inc.
199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/macros.c
View file @
c6c5df7f
/* Keyboard macros.
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/mem-limits.h
View file @
c6c5df7f
/* Includes for memory limit warnings.
Copyright (C) 1990, 199
2
Free Software Foundation, Inc.
Copyright (C) 1990, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/minibuf.c
View file @
c6c5df7f
/* Minibuffer input and completion.
Copyright (C) 1985, 1986,
1992,
1993 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/process.c
View file @
c6c5df7f
/* Asynchronous subprocess control 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/puresize.h
View file @
c6c5df7f
/* How much read-only Lisp storage a dumped Emacs needs.
Copyright (C) 199
1
Free Software Foundation, Inc.
Copyright (C) 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/ralloc.c
View file @
c6c5df7f
/* Block-relocating memory allocator.
Copyright (C) 199
2
Free Software Foundation, Inc.
Copyright (C) 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/scroll.c
View file @
c6c5df7f
/* Calculate what line insertion or deletion to do, and do it,
Copyright (C) 1985, 1986, 1990, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1990, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/search.c
View file @
c6c5df7f
/* String search routines for GNU Emacs.
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/syntax.c
View file @
c6c5df7f
/* GNU Emacs routines to deal with syntax tables; also word and list parsing.
Copyright (C) 1985, 1987, 199
2
Free Software Foundation, Inc.
Copyright (C) 1985, 1987, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/syntax.h
View file @
c6c5df7f
/* Declarations having to do with GNU Emacs syntax tables.
Copyright (C) 1985 Free Software Foundation, Inc.
Copyright (C) 1985
, 1993
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/sysdep.c
View file @
c6c5df7f
/* Interfaces to system-dependent kernel and library entries.
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/syssignal.h
View file @
c6c5df7f
/* syssignal.h - System-dependent definitions for signals.
Copyright (C) 199
2
Free Software Foundation, Inc.
Copyright (C) 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/systime.h
View file @
c6c5df7f
/* systime.h - System-dependent definitions for time manipulations.
Copyright (C) 199
2
Free Software Foundation, Inc.
Copyright (C) 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/systty.h
View file @
c6c5df7f
/* systty.h - System-dependent definitions for terminals.
Copyright (C) 199
2
Free Software Foundation, Inc.
Copyright (C) 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/term.c
View file @
c6c5df7f
/* terminal control module for terminals described by TERMCAP
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/undo.c
View file @
c6c5df7f
/* undo handling for GNU Emacs.
Copyright (C) 1990 Free Software Foundation, Inc.
Copyright (C) 1990
, 1993
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/window.c
View file @
c6c5df7f
/* Window creation, deletion and examination for GNU Emacs.
Does not include redisplay.
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/window.h
View file @
c6c5df7f
/* Window definitions for GNU Emacs.
Copyright (C) 1985, 1986,
1992,
1993 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/xfaces.c
View file @
c6c5df7f
/* "Face" primitives.
Copyright (C)
1992,
1993 Free Software Foundation.
Copyright (C) 1993 Free Software Foundation.
This file is part of GNU Emacs.
...
...
src/xmenu.c
View file @
c6c5df7f
/* X Communication module for terminals which understand the X protocol.
Copyright (C) 1986, 1988, 199
2
Free Software Foundation, Inc.
Copyright (C) 1986, 1988, 199
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/xrdb.c
View file @
c6c5df7f
/* Deal with the X Resource Manager.
Copyright (C) 1990, 199
2
Free Software Foundation.
Copyright (C) 1990, 199
3
Free Software Foundation.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/xselect.c
View file @
c6c5df7f
/* x_handle_selection_notify
x_reply_selection_request
XFree
x_selection_timeout initial value */
/* X Selection processing for emacs
Copyright (C)
1990-
1993 Free Software Foundation.
Copyright (C) 1993 Free Software Foundation.
This file is part of GNU Emacs.
...
...
@@ -22,6 +17,11 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* x_handle_selection_notify
x_reply_selection_request
XFree
x_selection_timeout initial value */
/* Rewritten by jwz */
#include "config.h"
...
...
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