From 5e8b779fcb008d2ecb142edb362c3865de987826 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 Aug 1999 18:25:40 +0000 Subject: [PATCH] (ada-tmp-directory): Use temporary-file-directory. --- lisp/progmodes/ada-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5