GNU bug report logs -
#18331
24.4.50; REGRESSION, no `C-h k' for `C-g'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Mon, 25 Aug 2014 21:38:02 UTC
Severity: normal
Found in version 24.4.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #46 received at 18331-done <at> debbugs.gnu.org (full text, mbox):
> Date: Wed, 27 Aug 2014 18:30:15 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: theonewiththeevillook <at> yahoo.fr, 18331 <at> debbugs.gnu.org
>
> I can fix this problem with the simple patch below. Does anyone see
> any problems with it?
>
> --- src/data.c~ 2014-08-03 08:43:52 +0300
> +++ src/data.c 2014-08-27 18:28:13 +0300
> @@ -1311,10 +1311,10 @@ set_internal (Lisp_Object symbol, Lisp_O
>
> /* Find the new binding. */
> XSETSYMBOL (symbol, sym); /* May have changed via aliasing. */
> - tem1 = Fassq (symbol,
> - (blv->frame_local
> - ? XFRAME (where)->param_alist
> - : BVAR (XBUFFER (where), local_var_alist)));
> + tem1 = assq_no_quit (symbol,
> + (blv->frame_local
> + ? XFRAME (where)->param_alist
> + : BVAR (XBUFFER (where), local_var_alist)));
> set_blv_where (blv, where);
> blv->found = 1;
No comments, so I installed this on the emacs-24 branch (r117479) and
I'm marking this done.
This bug report was last modified 10 years and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.