projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ab099
)
Minor tweak to last change.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 15 Dec 2009 22:53:39 +0000
(22:53 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 15 Dec 2009 22:53:39 +0000
(22:53 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 23c5e2d0f4ceba74d434332428e72290933fc33a..435f5dc533498c48938ef190a408bac7fcc70ede 100644
(file)
--- 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))