aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-04-16 15:02:59 -0400
committerGlenn Morris2012-04-16 15:02:59 -0400
commit68892d275b8dff830ba48e271d8dc71ba84b2b14 (patch)
tree3faedf63e5e6ada80b83085e418e30e7edbf0754 /lisp/ChangeLog
parent20f0c46dcdb597702fbb444729ec35411c036352 (diff)
downloademacs-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/ChangeLog2
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 @@
12012-04-16 Glenn Morris <rgm@gnu.org> 12012-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