diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 7065b69e2f7..f52af3e6fa6 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -425,7 +425,7 @@ init_cmdargs (argc, argv, skip_args) { register int i; Lisp_Object name, dir, tem; - int count = specpdl_ptr - specpdl; + int count = SPECPDL_INDEX (); Lisp_Object raw_name; initial_argv = argv; |