# HG changeset patch # User Chong Yidong # Date 1234043797 0 # Node ID f0b9a6d7b5e4cef2faf603492716c705e9eb9536 # Parent b737631c78a28464247d0ec543f8ce94464b6c47 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix. (ps-run-make-tmp-filename): Use temporary-file-directory. diff -r b737631c78a2 -r f0b9a6d7b5e4 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 07 21:39:46 2009 +0000 +++ b/lisp/ChangeLog Sat Feb 07 21:56:37 2009 +0000 @@ -1,5 +1,8 @@ 2009-02-07 Chong Yidong + * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix. + (ps-run-make-tmp-filename): Use temporary-file-directory. + * textmodes/artist.el (artist-system): Allow make-temp-file to use temporary-file-directory.