summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-16 15:02:59 -0400
committerGlenn Morris <rgm@gnu.org>2012-04-16 15:02:59 -0400
commit68892d275b8dff830ba48e271d8dc71ba84b2b14 (patch)
tree3faedf63e5e6ada80b83085e418e30e7edbf0754 /lisp/play
parent20f0c46dcdb597702fbb444729ec35411c036352 (diff)
downloademacs-68892d275b8dff830ba48e271d8dc71ba84b2b14.tar.gz
* lisp/play/yow.el (yow-file): Use expand-file-name rather than concat.
Remove old comment.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/yow.el8
1 files changed, 2 insertions, 6 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el
index fa32fdf8272..864f49709fe 100644
--- a/lisp/play/yow.el
+++ b/lisp/play/yow.el
@@ -1,6 +1,6 @@
;;; yow.el --- quote random zippyisms
-;; Copyright (C) 1993-1995, 2000-2012 Free Software Foundation, Inc.
+;; Copyright (C) 1993-1995, 2000-2012 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Author: Richard Mlynarik
@@ -24,10 +24,6 @@
;;; Commentary:
;; Important pinheadery for GNU Emacs.
-;;
-;; See cookie1.el for implementation. Note --- the `n' argument of yow
-;; from the 18.xx implementation is no longer; we only support *random*
-;; random access now.
;;; Code:
@@ -38,7 +34,7 @@
:prefix "yow-"
:group 'games)
-(defcustom yow-file (concat data-directory "yow.lines")
+(defcustom yow-file (expand-file-name data-directory "yow.lines")
"File containing pertinent pinhead phrases."
:type 'file
:group 'yow)