From: Chong Yidong Date: Tue, 15 Dec 2009 22:53:39 +0000 (+0000) Subject: Minor tweak to last change. X-Git-Tag: emacs-pretest-23.1.91~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7eeb56addbec7cd5dd9226b5a7f4710f7e8c39b1;p=emacs.git Minor tweak to last change. --- diff --git a/src/xdisp.c b/src/xdisp.c index 23c5e2d0f4c..435f5dc5334 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -18629,9 +18629,9 @@ decode_mode_spec (w, c, field_width, precision, multibyte) case '@': { - Lisp_Object val; int count = inhibit_garbage_collection (); - val = call1 (intern ("file-remote-p"), current_buffer->directory); + Lisp_Object val = call1 (intern ("file-remote-p"), + current_buffer->directory); unbind_to (count, Qnil); if (NILP (val))