diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-03-23 12:53:42 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-03-23 12:53:42 +0000 |
commit | dc2be2faa93c237c5645d83e7dbba9578232ab01 (patch) | |
tree | 67dd8ba5e1ca2c482e732ab705e9998de0a08867 /src/termchar.h | |
parent | 76acbdc50490034f233bc78d14a7cd5717d9432e (diff) |
Fix some superflous deviations from CVS, plus apply some cosmetics.
* etc/TODO: Fix deviation from CVS.
* lisp/emulation/viper-util.el: Ditto.
* lisp/international/mule-cmds.el: Ditto.
* lisp/progmodes/gdb-ui.el: Ditto.
* src/termchar.h: Ditto.
* src/xfns.c (Fx_create_frame): Ditto.
* lisp/term/rxvt.el: Don't embed `(require 'server)' in eval-when-compile.
* lisp/term/xterm.el: Ditto.
* src/xterm.c (x_delete_display): Cosmetic change.
* src/xterm.c (x_create_frame_display): Cosmetic change.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-317
Diffstat (limited to 'src/termchar.h')
-rw-r--r-- | src/termchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termchar.h b/src/termchar.h index 1a9d601514..5502ca2294 100644 --- a/src/termchar.h +++ b/src/termchar.h @@ -1,5 +1,5 @@ /* Flags and parameters describing terminal's characteristics. - Copyright (C) 1985, 1986, 2003 Free Software Foundation, Inc. + Copyright (C) 1985, 1986 Free Software Foundation, Inc. This file is part of GNU Emacs. |