diff options
author | Jim Blandy <jimb@redhat.com> | 1991-12-05 18:54:06 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-12-05 18:54:06 +0000 |
commit | b0b63bf70ae297e2c342f99b22afaf925688bf07 (patch) | |
tree | 72c1c72a11922c03f38a5c7739c5471a82edb9b1 /lisp/play/yow.el | |
parent | efc2623e45aa7fb4cb3f7199f9818a7431fa0fc4 (diff) | |
download | emacs-b0b63bf70ae297e2c342f99b22afaf925688bf07.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r-- | lisp/play/yow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 46edb8e95fc..a4d33d3609f 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -54,7 +54,7 @@ (message "Am I CONSING yet?...") (set-buffer buf) (insert-file-contents (or file - (expand-file-name "yow.lines" exec-directory))) + (expand-file-name "yow.lines" data-directory))) (search-forward "\0") (while (progn (skip-chars-forward " \t\n\r\f") (not (eobp))) (let ((beg (point))) |