* lisp/play/fortune.el (fortune-compile): Simplify and fix previous change.
commitdec2a322921d74de8f251a54931d4c50ab00713d
authorGlenn Morris <rgm@gnu.org>
Fri, 15 Feb 2013 01:30:11 +0000 (14 20:30 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 15 Feb 2013 01:30:11 +0000 (14 20:30 -0500)
treec8e1371cdfcade6800ce65dea9a55e051938b853
parent51b3a99c948dc83f3387f440702ab6e175b61e0f
* lisp/play/fortune.el (fortune-compile): Simplify and fix previous change.

Since file-newer-than-p returns non-nil if FILE2 does not exist,
the actual fix for bug#5338 is just a one-liner. But there is no test
case or explanation of what the issue actually is in bug#5338, so one
has to wonder if the initial (file-exists-p fortune-dat) test was
there for a reason...
lisp/ChangeLog
lisp/play/fortune.el