mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 12:03:55 -08:00
Merge from trunk
This commit is contained in:
commit
0d6459dfb5
280 changed files with 17698 additions and 14132 deletions
|
|
@ -1406,7 +1406,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth,
|
|||
{
|
||||
Lisp_Object v1;
|
||||
BEFORE_POTENTIAL_GC ();
|
||||
XSETFASTINT (v1, (int) current_column ()); /* iftc */
|
||||
XSETFASTINT (v1, current_column ());
|
||||
AFTER_POTENTIAL_GC ();
|
||||
PUSH (v1);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue