diff options
| author | Karoly Lorentey | 2004-01-25 00:43:38 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-01-25 00:43:38 +0000 |
| commit | da8e11156a5a22f6e4cdab41b4b797aaee10bd6e (patch) | |
| tree | 7ad1f34e2cbfaa55e45d1ccf27f1849cda728e30 /src/cm.c | |
| parent | 3bbdbec9f2dd03d81d700941e5dd40da0ec3e632 (diff) | |
| download | emacs-da8e11156a5a22f6e4cdab41b4b797aaee10bd6e.tar.gz emacs-da8e11156a5a22f6e4cdab41b4b797aaee10bd6e.zip | |
Removed %T in mode-line-format. Trivial documentation changes.
lisp/bindings.el (mode-line-buffer-identification): Use the
conditional formatting feature instead of builtin support.
src/buffer.c (Vmode_line_format): Removed %T documentation.
src/xdisp.c (decode_mode_spec): Removed %T processing.
lib-src/emacsclient.c (pass_signal_to_emacs, init_signals): Added
comment.
src/cm.c: Cosmetic changes.
src/termchar.h: Ditto.
src/keyboard.c (interrupt_signal, handle_interrupt): Updated
documentation.
src/process.c (add_keyboard_wait_descriptor): Added docs.
src/sysdep.c (init_all_sys_modes, init_sys_modes)
(reset_all_sys_modes): Added docs.
src/term.c (tty_ring_bell, tty_set_terminal_modes)
(tty_reset_terminal_modes, tty_update_end, set_terminal_window)
(tty_set_terminal_window, clear_to_end, tty_clear_to_end)
(tty_clear_frame, tty_clear_end_of_line, write_glyphs)
(tty_write_glyphs, insert_glyphs, tty_insert_glyphs, delete_glyphs)
(tty_delete_glyphs, tty_ins_del_lines, get_named_tty_display)
(init_initial_display, delete_tty): Added docs.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-65
Diffstat (limited to 'src/cm.c')
| -rw-r--r-- | src/cm.c | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -23,10 +23,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | 25 | ||
| 26 | /* For CURTTY */ | ||
| 27 | #include "lisp.h" | 26 | #include "lisp.h" |
| 28 | #include "frame.h" | 27 | #include "frame.h" |
| 29 | |||
| 30 | #include "cm.h" | 28 | #include "cm.h" |
| 31 | #include "termhooks.h" | 29 | #include "termhooks.h" |
| 32 | #include "termchar.h" | 30 | #include "termchar.h" |
| @@ -48,7 +46,6 @@ extern char *tgoto P_ ((const char *, int, int)); | |||
| 48 | 46 | ||
| 49 | extern char *BC, *UP; | 47 | extern char *BC, *UP; |
| 50 | 48 | ||
| 51 | |||
| 52 | int cost; /* sums up costs */ | 49 | int cost; /* sums up costs */ |
| 53 | 50 | ||
| 54 | /* ARGSUSED */ | 51 | /* ARGSUSED */ |