Eli Zaretskii writes: > The commit log message should include the file and the function(s) > where the changes are done, as well as a short description of the > changes. See CONTRIBUTE for more details, and see "git log" for the > examples of how we format commit log messages. Please don't forget to > mention the bug number in the commit log message. Woops, sorry, I did look at that file but I guess I missed that. New patch attached. > P.S. I presume you've run the relevant parts of the test suite and > verified that they still succeed. If not, please do. Oddly enough, unless I'm missing something, there don't seem to be any tests for calendar.el. There *are* a bunch of test files in test/lisp/calendar, but they are all for other files, not for calendar.el itself. The attached patch includes a new test file with a basic test of the predicate, and make check reveals no relevant problems. Best, Richard