From: Richard M. Stallman Date: Sat, 28 Aug 1999 18:25:40 +0000 (+0000) Subject: (ada-tmp-directory): Use temporary-file-directory. X-Git-Tag: emacs-pretest-21.0.90~7021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e8b779fcb008d2ecb142edb362c3865de987826;p=emacs.git (ada-tmp-directory): Use temporary-file-directory. --- diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index cac7227969c..9076eb24499 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -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)