comparison src/buffer.c @ 83648:65663fcd2caa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 824-838) - Update from CVS - Merge from emacs--rel--22 - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Restore lisp/emacs-lisp/cl-loaddefs.el * emacs--rel--22 (patch 70-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
author Miles Bader <miles@gnu.org>
date Tue, 31 Jul 2007 05:50:45 +0000
parents fd5b4a865d1d 70709e17ebee
children 1d35aa875508
comparison
equal deleted inserted replaced
83647:3468e549a55b 83648:65663fcd2caa
5 5
6 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
7 7
8 GNU Emacs is free software; you can redistribute it and/or modify 8 GNU Emacs is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option) 10 the Free Software Foundation; either version 3, or (at your option)
11 any later version. 11 any later version.
12 12
13 GNU Emacs is distributed in the hope that it will be useful, 13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5529 %I -- like %i, but use k, M, G, etc., to abbreviate. 5529 %I -- like %i, but use k, M, G, etc., to abbreviate.
5530 %p -- print percent of buffer above top of window, or Top, Bot or All. 5530 %p -- print percent of buffer above top of window, or Top, Bot or All.
5531 %P -- print percent of buffer above bottom of window, perhaps plus Top, 5531 %P -- print percent of buffer above bottom of window, perhaps plus Top,
5532 or print Bottom or All. 5532 or print Bottom or All.
5533 %n -- print Narrow if appropriate. 5533 %n -- print Narrow if appropriate.
5534 %R -- print R or hyphen. R means that default-directory is on a
5535 remote machine.
5536 %t -- visited file is text or binary (if OS supports this distinction). 5534 %t -- visited file is text or binary (if OS supports this distinction).
5537 %z -- print mnemonics of keyboard, terminal, and buffer coding systems. 5535 %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
5538 %Z -- like %z, but including the end-of-line format. 5536 %Z -- like %z, but including the end-of-line format.
5539 %e -- print error message about full memory. 5537 %e -- print error message about full memory.
5538 %@ -- print @ or hyphen. @ means that default-directory is on a
5539 remote machine.
5540 %[ -- print one [ for each recursive editing level. %] similar. 5540 %[ -- print one [ for each recursive editing level. %] similar.
5541 %% -- print %. %- -- print infinitely many dashes. 5541 %% -- print %. %- -- print infinitely many dashes.
5542 Decimal digits after the % specify field width to which to pad. */); 5542 Decimal digits after the % specify field width to which to pad. */);
5543 5543
5544 DEFVAR_LISP_NOPRO ("default-major-mode", &buffer_defaults.major_mode, 5544 DEFVAR_LISP_NOPRO ("default-major-mode", &buffer_defaults.major_mode,