]> code.delx.au - gnu-emacs/commitdiff
* lisp/play/yow.el (yow-file): Use expand-file-name rather than concat.
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Apr 2012 19:02:59 +0000 (15:02 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Apr 2012 19:02:59 +0000 (15:02 -0400)
Remove old comment.

lisp/ChangeLog
lisp/play/yow.el

index 24b564b6d7055acdb7c526457457026b81ca5569..68225f1bec8c1ee0f40030d873bfc263bd921616 100644 (file)
@@ -1,5 +1,7 @@
 2012-04-16  Glenn Morris  <rgm@gnu.org>
 
+       * play/yow.el (yow-file): Use expand-file-name rather than concat.
+
        * progmodes/perl-mode.el (c-macro-expand):
        Remove unnecessary autoload (it is in loaddefs.el).
 
index fa32fdf82729c442a97d652a4a3d61a4493c94fb..864f49709fe3460b30f6ed8d2e47acde88d9664d 100644 (file)
@@ -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
 ;;; 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)