From f53a85a90a16970fe9dc15294a2ebdb984369c97 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 16 Apr 2012 19:07:19 -0400 Subject: [PATCH] Fix thinko in previous yow.el change --- lisp/play/yow.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2