aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-02-07 21:56:37 +0000
committerChong Yidong2009-02-07 21:56:37 +0000
commit74fe63d94fd9a0d90defcb7d7bdebc466df9962c (patch)
treeec6f878fa452d7b9de1aedabbe852295b5eb261a
parente3fd4ebfb1e00ae024cf59cb9ba6165581ea9075 (diff)
downloademacs-74fe63d94fd9a0d90defcb7d7bdebc466df9962c.tar.gz
emacs-74fe63d94fd9a0d90defcb7d7bdebc466df9962c.zip
* progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
(ps-run-make-tmp-filename): Use temporary-file-directory.
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dc66a3cd4aa..82802f147dd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-02-07 Chong Yidong <cyd@stupidchicken.com> 12009-02-07 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
4 (ps-run-make-tmp-filename): Use temporary-file-directory.
5
3 * textmodes/artist.el (artist-system): Allow make-temp-file to use 6 * textmodes/artist.el (artist-system): Allow make-temp-file to use
4 temporary-file-directory. 7 temporary-file-directory.
5 8