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 | 1e6dacf62d66cd5a1685c5fc76152160d4b3fd0a (patch) | |
tree | 948d0cb27c5a6deebfa3a8201cdee16fb6c35080 /lisp/play/yow.el | |
parent | 4bcffd8e3c5a5ec734e15cf5620fe16ff188cce1 (diff) | |
download | emacs-1e6dacf62d66cd5a1685c5fc76152160d4b3fd0a.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))) |