summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-01-19 10:05:28 +0000
committerKim F. Storm <storm@cua.dk>2005-01-19 10:05:28 +0000
commit9c25f170b68fef783c3a67cb33e28f7cc60f53b0 (patch)
tree3ba3ffde3dea6891b58688620251ae8637df78ce
parent77db5cf358c7f1d1a2aef83056a0314da95c94b7 (diff)
downloademacs-9c25f170b68fef783c3a67cb33e28f7cc60f53b0.tar.gz
emacs-9c25f170b68fef783c3a67cb33e28f7cc60f53b0.tar.bz2
emacs-9c25f170b68fef783c3a67cb33e28f7cc60f53b0.zip
(note_mode_line_or_margin_highlight): Fix :pointer
image property.
-rw-r--r--src/xdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index d280124504d..96313405860 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -21086,9 +21086,9 @@ note_mode_line_or_margin_highlight (w, x, y, area)
help_echo_pos = charpos;
}
}
- if (NILP (pointer))
- pointer = Fsafe_plist_get (XCDR (object), QCpointer);
}
+ if (NILP (pointer))
+ pointer = Fsafe_plist_get (XCDR (object), QCpointer);
}
if (STRINGP (string))