aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-01-30 05:19:18 +0000
committerChong Yidong2009-01-30 05:19:18 +0000
commitf4150f610dd2924a67f7d6669612186851f9c489 (patch)
treeb42cec1b789a4b288d32e785cc72bb361f40408e
parentf92d51d84e3d79798ef23bb59934e08aa29fd60a (diff)
downloademacs-f4150f610dd2924a67f7d6669612186851f9c489.tar.gz
emacs-f4150f610dd2924a67f7d6669612186851f9c489.zip
** The variable temp_file_name_pattern has been removed.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 767120d6838..e255f6104a7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1220,6 +1220,10 @@ mlm-* functions and variables (formerly used for Malayalam script).
1220**** `tamil' and `tml-util, and all associated tamil-* and tml-* 1220**** `tamil' and `tml-util, and all associated tamil-* and tml-*
1221functions and variables (formerly used for Tamil script). 1221functions and variables (formerly used for Tamil script).
1222 1222
1223** The variable temp_file_name_pattern has been removed.
1224This variable was only used by call-process-region, which now uses
1225temporary-file-directory instead.
1226
1223 1227
1224* Lisp Changes in Emacs 23.1 1228* Lisp Changes in Emacs 23.1
1225 1229