]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor tweak to last change.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 15 Dec 2009 22:53:39 +0000 (22:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 15 Dec 2009 22:53:39 +0000 (22:53 +0000)
src/xdisp.c

index 23c5e2d0f4ceba74d434332428e72290933fc33a..435f5dc533498c48938ef190a408bac7fcc70ede 100644 (file)
@@ -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))