1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 04:21:24 -08:00

Comment change.

This commit is contained in:
Richard M. Stallman 2006-12-17 22:23:36 +00:00
parent 303958a9eb
commit 8013296c28

View file

@ -1264,7 +1264,7 @@ set_internal (symbol, newval, buf, bindflag)
XSETCAR (XBUFFER_LOCAL_VALUE (valcontents)->cdr,
tem1);
/* Set `buffer' and `frame' slots for thebinding now loaded. */
/* Set `buffer' and `frame' slots for the binding now loaded. */
XSETBUFFER (XBUFFER_LOCAL_VALUE (valcontents)->buffer, buf);
XBUFFER_LOCAL_VALUE (valcontents)->frame = selected_frame;
}