]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-tmp-directory): Use temporary-file-directory.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Aug 1999 18:25:40 +0000 (18:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Aug 1999 18:25:40 +0000 (18:25 +0000)
lisp/progmodes/ada-mode.el

index cac7227969cc07efb8e1d4adb89e4cbcc0dfb088..9076eb24499d110899910cf1670badb35f27d5be 100644 (file)
@@ -282,7 +282,7 @@ This is a good place to add Ada environment specific bindings.")
   :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)