]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright year.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Jan 1998 23:32:12 +0000 (23:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Jan 1998 23:32:12 +0000 (23:32 +0000)
19 files changed:
src/abbrev.c
src/alloc.c
src/buffer.h
src/casefiddle.c
src/charset.h
src/cmds.c
src/coding.c
src/data.c
src/dispnew.c
src/doc.c
src/emacs.c
src/insdel.c
src/keymap.c
src/lisp.h
src/minibuf.c
src/process.c
src/syntax.h
src/window.c
src/xselect.c

index bab76bcd11f2eba84e50c562821b393a975a4567..bcf974fb61ebae1baca3e08b6503b636f1dcffad 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
index b7d60eb52587f3bed63ddba8a013e73a89743da6..c6fb2319d1e1da3b23412435f16447413dfa6acb 100644 (file)
@@ -1,5 +1,6 @@
 /* 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.
 
index 1be2b232bbca04e556fe483ff83a372ac86e054a..0b775765fa9063a0290fe52e6183b9e48fbfb331 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for the buffer manipulation primitives.
-   Copyright (C) 1985, 86, 93, 94, 95, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 8768ad1fd8a1bf8e365aa7e88b523c0d8d5edc61..aa9d36b42fd4a2e20adf4af4b97a127e2077823f 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
index 684ae2ff93f2553d588c0e548bd8a35800c06355..f8bc1363b7b129cec3dfa3c29dcbea0a7ca46bd3 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
index 45a03bc0875d2995e5ca4e6fb91d3c300dcd47dd..4dedbf6a609e84c629e53543343663e644b5f316 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple built-in editing commands.
-   Copyright (C) 1985, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1985, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index fd585a1987c1e25ef62917c8993a3fe7bbad1bb2..752ca7659946744d814f34759e6ddbe2197b137b 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
index f69f5a0f1b98db435bcbfd1e3391854a911ff566..aa2cfe06fd238f1a913e5c88609dc660fbe35108 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
index 8b4709acea5df348a02c1528dfd56d4ea1faa454..f85950453e6292c63440e7e1c5c73def41b0a327 100644 (file)
@@ -1,5 +1,5 @@
 /* Updating of data structures for redisplay.
-   Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 1997
+   Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 1998
        Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
index 71d9845a15f1d6b6df7118502bf41973aa8eebd9..c3888b729aae630ef5a0f7677a25155c05056814 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -1,5 +1,5 @@
 /* Record indices of function doc strings stored in a file.
-   Copyright (C) 1985, 86, 93, 94, 95, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 8aeee161ac0fb44ebc0cff34db69a04e724d82ab..cbcab1a887b16dc6794cd70b4b1c5310177ec2ca 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
index a53c937ab6fc91aed0e1833a51e93ccf0b9371c4..52cedb63fabb656f004e4fc25ed6f6ecc2b60fab 100644 (file)
@@ -1,5 +1,5 @@
 /* Buffer insertion/deletion and gap motion for GNU Emacs.
-   Copyright (C) 1985, 86, 93, 94, 95, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index a80b14d538d745989a0dba46312d5be2faaf90d4..291624bdb74447cee226b629aea87c2628b060d0 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
index 272ef009a7f0381512f426eb9602e4c6a1e6f8c3..087bd750b045a63b158bdc1272b53768f1f87380 100644 (file)
@@ -1,5 +1,5 @@
 /* Fundamental definitions for GNU Emacs Lisp interpreter.
-   Copyright (C) 1985,86,87,93,94,95, 1997 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.
 
@@ -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);
index d55216cafd4ffe3b4e51690f4b72656cd4068df3..a35fcf4ab102889390fb0a9653f07b3e46813679 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
index 17fc467e6d36662d018ad3fa48c5f41454265c58..a638763062879fd18460785423c990dfe62559c3 100644 (file)
@@ -1,5 +1,5 @@
 /* Asynchronous subprocess control for GNU Emacs.
-   Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 1996
+   Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 96, 1998
       Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
index d1acaa33994655b0799781fcd4c0784ed7e78524..e70fd71e05107ac99b0a435af6458200821ee9b5 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations having to do with GNU Emacs syntax tables.
-   Copyright (C) 1985, 1993, 1994, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1985, 93, 94, 97, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 56ecd087db5bd8f79dfd7c0464585f7da9b2c421..c3cda8e9289fd2f66f99056ee0d5c781fd889adc 100644 (file)
@@ -1,6 +1,6 @@
 /* Window creation, deletion and examination for GNU Emacs.
    Does not include redisplay.
-   Copyright (C) 1985,86,87,93,94,95,96,1997 Free Software Foundation, Inc.
+   Copyright (C) 1985,86,87,93,94,95,96,97,1998 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 1981d4b63b6137db0e562008784a2d33885ef450..648d060797960840150de97bca0eed40dc76ab88 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.