From: Glenn Morris Date: Mon, 16 Apr 2012 23:07:19 +0000 (-0400) Subject: Fix thinko in previous yow.el change X-Git-Tag: emacs-24.2.90~471^2~352^2~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f53a85a90a16970fe9dc15294a2ebdb984369c97;p=emacs.git Fix thinko in previous yow.el change --- diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 864f49709fe..cb02a839cde 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -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)