[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107943: Fix thinko in previous yow.e
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107943: Fix thinko in previous yow.el change |
Date: |
Mon, 16 Apr 2012 19:07:19 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107943
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-16 19:07:19 -0400
message:
Fix thinko in previous yow.el change
modified:
lisp/play/yow.el
=== modified file 'lisp/play/yow.el'
--- a/lisp/play/yow.el 2012-04-16 19:02:59 +0000
+++ b/lisp/play/yow.el 2012-04-16 23:07:19 +0000
@@ -34,7 +34,7 @@
:prefix "yow-"
:group 'games)
-(defcustom yow-file (expand-file-name data-directory "yow.lines")
+(defcustom yow-file (expand-file-name "yow.lines" data-directory)
"File containing pertinent pinhead phrases."
:type 'file
:group 'yow)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107943: Fix thinko in previous yow.el change,
Glenn Morris <=