diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
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) | |||
| 21086 | help_echo_pos = charpos; | 21086 | help_echo_pos = charpos; |
| 21087 | } | 21087 | } |
| 21088 | } | 21088 | } |
| 21089 | if (NILP (pointer)) | ||
| 21090 | pointer = Fsafe_plist_get (XCDR (object), QCpointer); | ||
| 21091 | } | 21089 | } |
| 21090 | if (NILP (pointer)) | ||
| 21091 | pointer = Fsafe_plist_get (XCDR (object), QCpointer); | ||
| 21092 | } | 21092 | } |
| 21093 | 21093 | ||
| 21094 | if (STRINGP (string)) | 21094 | if (STRINGP (string)) |