# HG changeset patch # User Nick Roberts # Date 1185585005 0 # Node ID 70709e17ebeeb9f7cd0bba0eeda38ee65f5c225b # Parent 05a92f4e34f4adfddcbd0fd4fe7007b73631d9d6 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for remote default-directory. * buffer.c (mode-line-format): Update doc string. diff -r 05a92f4e34f4 -r 70709e17ebee src/buffer.c --- a/src/buffer.c Sat Jul 28 01:07:39 2007 +0000 +++ b/src/buffer.c Sat Jul 28 01:10:05 2007 +0000 @@ -5501,12 +5501,12 @@ %P -- print percent of buffer above bottom of window, perhaps plus Top, or print Bottom or All. %n -- print Narrow if appropriate. - %R -- print R or hyphen. R means that default-directory is on a - remote machine. %t -- visited file is text or binary (if OS supports this distinction). %z -- print mnemonics of keyboard, terminal, and buffer coding systems. %Z -- like %z, but including the end-of-line format. %e -- print error message about full memory. + %@ -- print @ or hyphen. @ means that default-directory is on a + remote machine. %[ -- print one [ for each recursive editing level. %] similar. %% -- print %. %- -- print infinitely many dashes. Decimal digits after the % specify field width to which to pad. */);