1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

* syntax.c (back_comment): Use more-natural location for label.

This commit is contained in:
Paul Eggert 2014-07-09 16:39:58 -07:00
parent f507537736
commit 09880d8533
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2014-07-09 Paul Eggert <eggert@cs.ucla.edu>
* syntax.c (back_comment): Use more-natural location for label.
* font.c, font.h (font_unparse_fcname): Now static.
Define only if HAVE_XFT || HAVE_FREETYPE || HAVE_NS.

View File

@ -835,12 +835,10 @@ back_comment (ptrdiff_t from, ptrdiff_t from_byte, ptrdiff_t stop,
from_byte = comstart_byte;
UPDATE_SYNTAX_TABLE_FORWARD (from - 1);
}
else
else lossage:
{
struct lisp_parse_state state;
bool adjusted;
lossage:
adjusted = true;
bool adjusted = true;
/* We had two kinds of string delimiters mixed up
together. Decode this going forwards.
Scan fwd from a known safe place (beginning-of-defun)