of calling index with NULL.
(which-function-mode): Remove references to which-func-mode-global.
* calendar/cal-islam.el (calendar-goto-islamic-date):
- Add autoload cookie.
+ Add autoload cookie.
* play/fortune.el: Add types to defcustoms.
init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID);
for (i = 0; i < it->n_overlay_strings; ++i)
- if (index (XSTRING (it->overlay_strings[i])->data, '\n') != NULL)
+ if (index (XSTRING (it->overlay_strings[i])->data, '\n'))
{
overlay_strings_with_newlines = 1;
break;