(Fbyte_code) <Bcurrent_column>: Add
authorGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 20:44:42 +0000 (20:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 20:44:42 +0000 (20:44 +0000)
BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.

src/bytecode.c

index 4fc722e..7cd38a0 100644 (file)
@@ -1341,7 +1341,9 @@ If the third argument is incorrect, Emacs may crash.")
        case Bcurrent_column:
          {
            Lisp_Object v1;
+           BEFORE_POTENTIAL_GC ();
            XSETFASTINT (v1, current_column ());
+           AFTER_POTENTIAL_GC ();
            PUSH (v1);
            break;
          }