]> git.eshelyaron.com Git - emacs.git/commit
lisp/*.el: Force non-nil result to t, to match docstring
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 14 Oct 2019 21:52:21 +0000 (23:52 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 14 Oct 2019 21:53:16 +0000 (23:53 +0200)
commitd4cfe67e8ae4392fc1f01879f6d3a9a8b6947ac1
tree55acfca7542deae88ac291b238fef293fc59b619
parentcb29a3816489a9bb5472bb3dfe4b64687419cb2e
lisp/*.el: Force non-nil result to t, to match docstring

* lisp/ido.el (ido-ignore-item-p):
* lisp/simple.el (use-region-p):
* lisp/whitespace.el (whitespace-style-face-p)
(whitespace-style-mark-p):
* lisp/calendar/cal-islam.el (calendar-islamic-leap-year-p):
* lisp/mail/rmail.el (rmail-is-text-p):
* lisp/mh-e/mh-alias.el (mh-alias-for-from-p):
* lisp/net/imap.el (imap-message-flag-permanent-p):
* lisp/progmodes/tcl.el (tcl-real-comment-p):
* lisp/textmodes/table.el (table--point-in-cell-p):
Normalize boolean result.
lisp/calendar/cal-islam.el
lisp/ido.el
lisp/mail/rmail.el
lisp/mh-e/mh-alias.el
lisp/net/imap.el
lisp/progmodes/tcl.el
lisp/simple.el
lisp/textmodes/table.el
lisp/whitespace.el