aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)