|
From: | Glenn Morris |
Subject: | bug#7547: 24.0.50; diary-list-entries fails miserably without ~/diary |
Date: | Mon, 06 Dec 2010 20:10:58 -0500 |
User-agent: | Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
(I like to think it fails with a cheerful shrug, but YMMV.) The behaviour of verify-visited-file-modtime when the associated file does not exist has changed: (let ((tmpfile "/tmp/DOES-NOT-EXIST")) (with-current-buffer (find-file-noselect tmpfile) (verify-visited-file-modtime (current-buffer)))) This returns `t' in the emacs-23 branch, and `nil' in the trunk. It's not immediately obvious to me if this change is intentional.
[Prev in Thread] | Current Thread | [Next in Thread] |