mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(Fbyte_code): Pass new arg to set_internal.
This commit is contained in:
parent
5fd6e27432
commit
c96d71f715
1 changed files with 5 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ If the third argument is incorrect, Emacs may crash.")
|
|||
case Bvarset+6:
|
||||
op = FETCH;
|
||||
varset:
|
||||
set_internal (vectorp[op], POP, 0);
|
||||
set_internal (vectorp[op], POP, current_buffer, 0);
|
||||
/* Fset (vectorp[op], POP); */
|
||||
break;
|
||||
|
||||
|
|
@ -1492,6 +1492,10 @@ If the third argument is incorrect, Emacs may crash.")
|
|||
break;
|
||||
#endif
|
||||
|
||||
case 0:
|
||||
abort ();
|
||||
|
||||
case 255:
|
||||
default:
|
||||
#ifdef BYTE_CODE_SAFE
|
||||
if (op < Bconstant)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue