changeset 25420:1026df56062c

(ada-tmp-directory): Use temporary-file-directory.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Aug 1999 18:25:40 +0000
parents ebadb1855668
children 65a7e9c02d4f
files lisp/progmodes/ada-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el	Sat Aug 28 18:25:16 1999 +0000
+++ b/lisp/progmodes/ada-mode.el	Sat Aug 28 18:25:40 1999 +0000
@@ -282,7 +282,7 @@
   :type 'string
   :group 'ada)
 
-(defcustom ada-tmp-directory "/tmp/"
+(defcustom ada-tmp-directory temporary-file-directory
   "*Directory to store the temporary file for the Ada pretty printer."
   :type 'string
   :group 'ada)