diff options
| author | Richard M. Stallman | 1998-01-21 23:32:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-01-21 23:32:12 +0000 |
| commit | 4a2f9c6aefdb14ce8c34ace4d7573b89d1cc13b7 (patch) | |
| tree | c91c9ec95c92b44e7d4761a57bcc9a9c61e72f41 /src | |
| parent | 418cd8ca018261799bafe504423cc109ebd58929 (diff) | |
| download | emacs-4a2f9c6aefdb14ce8c34ace4d7573b89d1cc13b7.tar.gz emacs-4a2f9c6aefdb14ce8c34ace4d7573b89d1cc13b7.zip | |
Update copyright year.
Diffstat (limited to 'src')
| -rw-r--r-- | src/abbrev.c | 2 | ||||
| -rw-r--r-- | src/alloc.c | 3 | ||||
| -rw-r--r-- | src/buffer.h | 2 | ||||
| -rw-r--r-- | src/casefiddle.c | 2 | ||||
| -rw-r--r-- | src/charset.h | 2 | ||||
| -rw-r--r-- | src/cmds.c | 2 | ||||
| -rw-r--r-- | src/coding.c | 2 | ||||
| -rw-r--r-- | src/data.c | 2 | ||||
| -rw-r--r-- | src/dispnew.c | 2 | ||||
| -rw-r--r-- | src/doc.c | 2 | ||||
| -rw-r--r-- | src/emacs.c | 2 | ||||
| -rw-r--r-- | src/insdel.c | 2 | ||||
| -rw-r--r-- | src/keymap.c | 2 | ||||
| -rw-r--r-- | src/lisp.h | 4 | ||||
| -rw-r--r-- | src/minibuf.c | 2 | ||||
| -rw-r--r-- | src/process.c | 2 | ||||
| -rw-r--r-- | src/syntax.h | 2 | ||||
| -rw-r--r-- | src/window.c | 2 | ||||
| -rw-r--r-- | src/xselect.c | 2 |
19 files changed, 22 insertions, 19 deletions
diff --git a/src/abbrev.c b/src/abbrev.c index bab76bcd11f..bcf974fb61e 100644 --- a/src/abbrev.c +++ b/src/abbrev.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Primitives for word-abbrev mode. | 1 | /* Primitives for word-abbrev mode. |
| 2 | Copyright (C) 1985, 1986, 1993, 1996 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1986, 1993, 1996, 1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/alloc.c b/src/alloc.c index b7d60eb5258..c6fb2319d1e 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Storage allocation and gc for GNU Emacs Lisp interpreter. | 1 | /* Storage allocation and gc for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 86, 88, 93, 94, 95, 97 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 88, 93, 94, 95, 97, 1998 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/src/buffer.h b/src/buffer.h index 1be2b232bbc..0b775765fa9 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Header file for the buffer manipulation primitives. | 1 | /* Header file for the buffer manipulation primitives. |
| 2 | Copyright (C) 1985, 86, 93, 94, 95, 1997 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/casefiddle.c b/src/casefiddle.c index 8768ad1fd8a..aa9d36b42fd 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* GNU Emacs case conversion functions. | 1 | /* GNU Emacs case conversion functions. |
| 2 | Copyright (C) 1985, 1994 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1994, 1997 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/charset.h b/src/charset.h index 684ae2ff93f..f8bc1363b7b 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Header for multilingual character handler. | 1 | /* Header for multilingual character handler. |
| 2 | Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. | 2 | Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. |
| 3 | Licensed to the Free Software Foundation. | 3 | Licensed to the Free Software Foundation. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/cmds.c b/src/cmds.c index 45a03bc0875..4dedbf6a609 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Simple built-in editing commands. | 1 | /* Simple built-in editing commands. |
| 2 | Copyright (C) 1985, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/coding.c b/src/coding.c index fd585a1987c..752ca765994 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Coding system handler (conversion, detection, and etc). | 1 | /* Coding system handler (conversion, detection, and etc). |
| 2 | Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. | 2 | Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. |
| 3 | Licensed to the Free Software Foundation. | 3 | Licensed to the Free Software Foundation. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/data.c b/src/data.c index f69f5a0f1b9..aa2cfe06fd2 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. | 1 | /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 86, 88, 93, 94, 95 Free Software Foundation, Inc. | 2 | Copyright (C) 1985,86,88,93,94,95,97, 1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/dispnew.c b/src/dispnew.c index 8b4709acea5..f85950453e6 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Updating of data structures for redisplay. | 1 | /* Updating of data structures for redisplay. |
| 2 | Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 1997 | 2 | Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 1998 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Record indices of function doc strings stored in a file. | 1 | /* Record indices of function doc strings stored in a file. |
| 2 | Copyright (C) 1985, 86, 93, 94, 95, 1997 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/emacs.c b/src/emacs.c index 8aeee161ac0..cbcab1a887b 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. | 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. |
| 2 | Copyright (C) 1985, 86, 87, 93, 94, 95 Free Software Foundation, Inc. | 2 | Copyright (C) 1985,86,87,93,94,95,97,1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/insdel.c b/src/insdel.c index a53c937ab6f..52cedb63fab 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Buffer insertion/deletion and gap motion for GNU Emacs. | 1 | /* Buffer insertion/deletion and gap motion for GNU Emacs. |
| 2 | Copyright (C) 1985, 86, 93, 94, 95, 1997 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/keymap.c b/src/keymap.c index a80b14d538d..291624bdb74 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Manipulation of keymaps | 1 | /* Manipulation of keymaps |
| 2 | Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86,87,88,93,94,95,98 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/lisp.h b/src/lisp.h index 272ef009a7f..087bd750b04 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. | 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985,86,87,93,94,95, 1997 Free Software Foundation, Inc. | 2 | Copyright (C) 1985,86,87,93,94,95,97,1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -1616,6 +1616,7 @@ EXFUN (Fdecode_coding_string, 3); | |||
| 1616 | EXFUN (Fchar_bytes, 1); | 1616 | EXFUN (Fchar_bytes, 1); |
| 1617 | extern int chars_in_text P_ ((unsigned char *, int)); | 1617 | extern int chars_in_text P_ ((unsigned char *, int)); |
| 1618 | extern int multibyte_chars_in_text P_ ((unsigned char *, int)); | 1618 | extern int multibyte_chars_in_text P_ ((unsigned char *, int)); |
| 1619 | extern int unibyte_char_to_multibyte P_ ((int)); | ||
| 1619 | 1620 | ||
| 1620 | /* Defined in syntax.c */ | 1621 | /* Defined in syntax.c */ |
| 1621 | EXFUN (Fforward_word, 1); | 1622 | EXFUN (Fforward_word, 1); |
| @@ -1954,6 +1955,7 @@ extern Lisp_Object Vbuffer_alist, Vinhibit_read_only; | |||
| 1954 | EXFUN (Fget_buffer, 1); | 1955 | EXFUN (Fget_buffer, 1); |
| 1955 | EXFUN (Fget_buffer_create, 1); | 1956 | EXFUN (Fget_buffer_create, 1); |
| 1956 | EXFUN (Fset_buffer, 1); | 1957 | EXFUN (Fset_buffer, 1); |
| 1958 | EXFUN (set_buffer_if_live, 1); | ||
| 1957 | EXFUN (Fbarf_if_buffer_read_only, 0); | 1959 | EXFUN (Fbarf_if_buffer_read_only, 0); |
| 1958 | EXFUN (Fcurrent_buffer, 0); | 1960 | EXFUN (Fcurrent_buffer, 0); |
| 1959 | EXFUN (Fswitch_to_buffer, 2); | 1961 | EXFUN (Fswitch_to_buffer, 2); |
diff --git a/src/minibuf.c b/src/minibuf.c index d55216cafd4..a35fcf4ab10 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Minibuffer input and completion. | 1 | /* Minibuffer input and completion. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997 | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/process.c b/src/process.c index 17fc467e6d3..a6387630628 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Asynchronous subprocess control for GNU Emacs. | 1 | /* Asynchronous subprocess control for GNU Emacs. |
| 2 | Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 1996 | 2 | Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 96, 1998 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/syntax.h b/src/syntax.h index d1acaa33994..e70fd71e051 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Declarations having to do with GNU Emacs syntax tables. | 1 | /* Declarations having to do with GNU Emacs syntax tables. |
| 2 | Copyright (C) 1985, 1993, 1994, 1997 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 93, 94, 97, 1998 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/window.c b/src/window.c index 56ecd087db5..c3cda8e9289 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Window creation, deletion and examination for GNU Emacs. | 1 | /* Window creation, deletion and examination for GNU Emacs. |
| 2 | Does not include redisplay. | 2 | Does not include redisplay. |
| 3 | Copyright (C) 1985,86,87,93,94,95,96,1997 Free Software Foundation, Inc. | 3 | Copyright (C) 1985,86,87,93,94,95,96,97,1998 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/xselect.c b/src/xselect.c index 1981d4b63b6..648d0607979 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* X Selection processing for Emacs. | 1 | /* X Selection processing for Emacs. |
| 2 | Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation. | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||