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
4a2f9c6a
Commit
4a2f9c6a
authored
Jan 21, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year.
parent
418cd8ca
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
22 additions
and
19 deletions
+22
-19
src/abbrev.c
src/abbrev.c
+1
-1
src/alloc.c
src/alloc.c
+2
-1
src/buffer.h
src/buffer.h
+1
-1
src/casefiddle.c
src/casefiddle.c
+1
-1
src/charset.h
src/charset.h
+1
-1
src/cmds.c
src/cmds.c
+1
-1
src/coding.c
src/coding.c
+1
-1
src/data.c
src/data.c
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
src/doc.c
src/doc.c
+1
-1
src/emacs.c
src/emacs.c
+1
-1
src/insdel.c
src/insdel.c
+1
-1
src/keymap.c
src/keymap.c
+1
-1
src/lisp.h
src/lisp.h
+3
-1
src/minibuf.c
src/minibuf.c
+1
-1
src/process.c
src/process.c
+1
-1
src/syntax.h
src/syntax.h
+1
-1
src/window.c
src/window.c
+1
-1
src/xselect.c
src/xselect.c
+1
-1
No files found.
src/abbrev.c
View file @
4a2f9c6a
/* Primitives for word-abbrev mode.
Copyright (C) 1985, 1986, 1993, 1996 Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993, 1996
, 1998
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/alloc.c
View file @
4a2f9c6a
/* Storage allocation and gc for GNU Emacs Lisp interpreter.
Copyright (C) 1985, 86, 88, 93, 94, 95, 97 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 88, 93, 94, 95, 97, 1998
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/buffer.h
View file @
4a2f9c6a
/* Header file for the buffer manipulation primitives.
Copyright (C) 1985, 86, 93, 94, 95, 199
7
Free Software Foundation, Inc.
Copyright (C) 1985, 86, 93, 94, 95,
97,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/casefiddle.c
View file @
4a2f9c6a
/* GNU Emacs case conversion functions.
Copyright (C) 1985, 1994 Free Software Foundation, Inc.
Copyright (C) 1985, 1994
, 1997
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/charset.h
View file @
4a2f9c6a
/* Header for multilingual character handler.
Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
Copyright (C) 1995, 1997
, 1998
Electrotechnical Laboratory, JAPAN.
Licensed to the Free Software Foundation.
This file is part of GNU Emacs.
...
...
src/cmds.c
View file @
4a2f9c6a
/* Simple built-in editing commands.
Copyright (C) 1985, 93, 94, 95, 96, 199
7
Free Software Foundation, Inc.
Copyright (C) 1985, 93, 94, 95, 96,
97,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/coding.c
View file @
4a2f9c6a
/* Coding system handler (conversion, detection, and etc).
Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
Copyright (C) 1995, 1997
, 1998
Electrotechnical Laboratory, JAPAN.
Licensed to the Free Software Foundation.
This file is part of GNU Emacs.
...
...
src/data.c
View file @
4a2f9c6a
/* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter.
Copyright (C) 1985,
86,
88,
93,
94,
95 Free Software Foundation, Inc.
Copyright (C) 1985,86,88,93,94,95
,97, 1998
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/dispnew.c
View file @
4a2f9c6a
/* Updating of data structures for redisplay.
Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 199
7
Copyright (C) 1985, 86, 87, 88, 93, 94, 95,
97,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/doc.c
View file @
4a2f9c6a
/* Record indices of function doc strings stored in a file.
Copyright (C) 1985, 86, 93, 94, 95, 199
7
Free Software Foundation, Inc.
Copyright (C) 1985, 86, 93, 94, 95,
97,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/emacs.c
View file @
4a2f9c6a
/* Fully extensible Emacs, running on Unix, intended for GNU.
Copyright (C) 1985,
86,
87,
93,
94,
95 Free Software Foundation, Inc.
Copyright (C) 1985,86,87,93,94,95
,97,1998
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/insdel.c
View file @
4a2f9c6a
/* Buffer insertion/deletion and gap motion for GNU Emacs.
Copyright (C) 1985, 86, 93, 94, 95, 199
7
Free Software Foundation, Inc.
Copyright (C) 1985, 86, 93, 94, 95,
97,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/keymap.c
View file @
4a2f9c6a
/* Manipulation of keymaps
Copyright (C) 1985, 86,
87,
88,
93,
94,
95 Free Software Foundation, Inc.
Copyright (C) 1985, 86,87,88,93,94,95
,98
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/lisp.h
View file @
4a2f9c6a
/* Fundamental definitions for GNU Emacs Lisp interpreter.
Copyright (C) 1985,86,87,93,94,95,
199
7
Free Software Foundation, Inc.
Copyright (C) 1985,86,87,93,94,95,
97,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -1616,6 +1616,7 @@ EXFUN (Fdecode_coding_string, 3);
EXFUN
(
Fchar_bytes
,
1
);
extern
int
chars_in_text
P_
((
unsigned
char
*
,
int
));
extern
int
multibyte_chars_in_text
P_
((
unsigned
char
*
,
int
));
extern
int
unibyte_char_to_multibyte
P_
((
int
));
/* Defined in syntax.c */
EXFUN
(
Fforward_word
,
1
);
...
...
@@ -1954,6 +1955,7 @@ extern Lisp_Object Vbuffer_alist, Vinhibit_read_only;
EXFUN
(
Fget_buffer
,
1
);
EXFUN
(
Fget_buffer_create
,
1
);
EXFUN
(
Fset_buffer
,
1
);
EXFUN
(
set_buffer_if_live
,
1
);
EXFUN
(
Fbarf_if_buffer_read_only
,
0
);
EXFUN
(
Fcurrent_buffer
,
0
);
EXFUN
(
Fswitch_to_buffer
,
2
);
...
...
src/minibuf.c
View file @
4a2f9c6a
/* Minibuffer input and completion.
Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997
Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/process.c
View file @
4a2f9c6a
/* Asynchronous subprocess control for GNU Emacs.
Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 199
6
Copyright (C) 1985, 86, 87, 88, 93, 94, 95,
96,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/syntax.h
View file @
4a2f9c6a
/* Declarations having to do with GNU Emacs syntax tables.
Copyright (C) 1985,
19
93,
19
94, 199
7
Free Software Foundation, Inc.
Copyright (C) 1985, 93, 94,
97,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/window.c
View file @
4a2f9c6a
/* Window creation, deletion and examination for GNU Emacs.
Does not include redisplay.
Copyright (C) 1985,86,87,93,94,95,96,199
7
Free Software Foundation, Inc.
Copyright (C) 1985,86,87,93,94,95,96,
97,
199
8
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
src/xselect.c
View file @
4a2f9c6a
/* X Selection processing for Emacs.
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation.
Copyright (C) 1993, 1994, 1995, 1996
, 1997
Free Software Foundation.
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