mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-18 00:50:44 -08:00
; * src/igc.c: Don't unnecessarily us non-ASCII characters.
This commit is contained in:
parent
8976e7a4ae
commit
74635ca430
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
Author: Gerd Möllmann <gerd@gnu.org>
|
||||
Author: Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
GNU Emacs is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -780,7 +780,7 @@ scan_ambig (mps_ss_t ss, void *start, void *end, void *closure)
|
|||
|
||||
/* If the references in the object being scanned are
|
||||
ambiguous then MPS_FIX2() does not update the
|
||||
reference (because it can’t know if it’s a
|
||||
reference (because it can't know if it's a
|
||||
genuine reference). The MPS handles an ambiguous
|
||||
reference by pinning the block pointed to so that
|
||||
it cannot move. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue