diff src/emacs.c @ 46293:1fb8f75062c6

Use macro SPECPDL_INDEX.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Jul 2002 14:18:02 +0000
parents 3f111801efb4
children 40db0673e6f0
line wrap: on
line diff
--- a/src/emacs.c	Wed Jul 10 11:08:01 2002 +0000
+++ b/src/emacs.c	Thu Jul 11 14:18:02 2002 +0000
@@ -425,7 +425,7 @@
 {
   register int i;
   Lisp_Object name, dir, tem;
-  int count = specpdl_ptr - specpdl;
+  int count = SPECPDL_INDEX ();
   Lisp_Object raw_name;
 
   initial_argv = argv;