comparison lisp/ChangeLog @ 98273:e3ddbeb0a61f

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 20 Sep 2008 21:14:57 +0000
parents c2da4b891003
children 99266150cba5
comparison
equal deleted inserted replaced
98272:c2da4b891003 98273:e3ddbeb0a61f
2 2
3 * play/fortune.el: Remove leading `*' from defcustom docs. 3 * play/fortune.el: Remove leading `*' from defcustom docs.
4 (fortune-program-options): Doc fix. Allow to be a string again. 4 (fortune-program-options): Doc fix. Allow to be a string again.
5 Add :version. 5 Add :version.
6 (fortune-in-buffer): Handle fortune-program-options as a string. 6 (fortune-in-buffer): Handle fortune-program-options as a string.
7 Don't rely on fortune program accepting options after fortune file.
7 8
8 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change) 9 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
9 10
10 * play/fortune.el (fortune-program-options): Change to a list. 11 * play/fortune.el (fortune-program-options): Change to a list.
11 (fortune-in-buffer): Use apply. 12 (fortune-in-buffer): Use apply.