emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107943: Fix thinko in previous yo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107943: Fix thinko in previous yow.el change
Date: Fri, 02 Nov 2012 02:27:40 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]