aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
authorPaul Eggert2012-04-09 12:51:06 -0700
committerPaul Eggert2012-04-09 12:51:06 -0700
commit9f46df23a3d01f82a24f2a3dd8730f0263fa9fde (patch)
treee10467a42658a374d5cdb7bb25fc94016abdad7a /src/msdos.c
parentb8df54ffbefc5ddf40ddcda68a2a682769c5833d (diff)
parenta130c2afed5e7d5ec10efa1a57f4de2461a9c778 (diff)
downloademacs-9f46df23a3d01f82a24f2a3dd8730f0263fa9fde.tar.gz
emacs-9f46df23a3d01f82a24f2a3dd8730f0263fa9fde.zip
Merge from trunk; add Bug#.
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 885cedd3df0..5f46829aefd 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -4270,7 +4270,7 @@ syms_of_msdos (void)
4270 DEFSYM (Qreverse, "reverse"); 4270 DEFSYM (Qreverse, "reverse");
4271 4271
4272 DEFVAR_LISP ("dos-unsupported-char-glyph", Vdos_unsupported_char_glyph, 4272 DEFVAR_LISP ("dos-unsupported-char-glyph", Vdos_unsupported_char_glyph,
4273 doc: /* *Glyph to display instead of chars not supported by current codepage. 4273 doc: /* Glyph to display instead of chars not supported by current codepage.
4274This variable is used only by MS-DOS terminals. */); 4274This variable is used only by MS-DOS terminals. */);
4275 Vdos_unsupported_char_glyph = make_number ('\177'); 4275 Vdos_unsupported_char_glyph = make_number ('\177');
4276 4276