diff options
| author | Glenn Morris | 2012-04-16 15:02:59 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-16 15:02:59 -0400 |
| commit | 68892d275b8dff830ba48e271d8dc71ba84b2b14 (patch) | |
| tree | 3faedf63e5e6ada80b83085e418e30e7edbf0754 /lisp/ChangeLog | |
| parent | 20f0c46dcdb597702fbb444729ec35411c036352 (diff) | |
| download | emacs-68892d275b8dff830ba48e271d8dc71ba84b2b14.tar.gz emacs-68892d275b8dff830ba48e271d8dc71ba84b2b14.zip | |
* lisp/play/yow.el (yow-file): Use expand-file-name rather than concat.
Remove old comment.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24b564b6d70..68225f1bec8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-04-16 Glenn Morris <rgm@gnu.org> | 1 | 2012-04-16 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * play/yow.el (yow-file): Use expand-file-name rather than concat. | ||
| 4 | |||
| 3 | * progmodes/perl-mode.el (c-macro-expand): | 5 | * progmodes/perl-mode.el (c-macro-expand): |
| 4 | Remove unnecessary autoload (it is in loaddefs.el). | 6 | Remove unnecessary autoload (it is in loaddefs.el). |
| 5 | 7 | ||