aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-08-28 18:25:40 +0000
committerRichard M. Stallman1999-08-28 18:25:40 +0000
commit5e8b779fcb008d2ecb142edb362c3865de987826 (patch)
tree5cfdaa5132d4d0a4f94b101674c3409d3ac8cea1
parent30722cbff56e0c8da66453063f6d44cd88093e82 (diff)
downloademacs-5e8b779fcb008d2ecb142edb362c3865de987826.tar.gz
emacs-5e8b779fcb008d2ecb142edb362c3865de987826.zip
(ada-tmp-directory): Use temporary-file-directory.
-rw-r--r--lisp/progmodes/ada-mode.el2
1 files changed, 1 insertions, 1 deletions
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.")
282 :type 'string 282 :type 'string
283 :group 'ada) 283 :group 'ada)
284 284
285(defcustom ada-tmp-directory "/tmp/" 285(defcustom ada-tmp-directory temporary-file-directory
286 "*Directory to store the temporary file for the Ada pretty printer." 286 "*Directory to store the temporary file for the Ada pretty printer."
287 :type 'string 287 :type 'string
288 :group 'ada) 288 :group 'ada)