# HG changeset patch # User Richard M. Stallman # Date 935864740 0 # Node ID 1026df56062ceee3aedd4e845af1fe043a750d07 # Parent ebadb1855668499007f80b9ae921f65a43c5f821 (ada-tmp-directory): Use temporary-file-directory. diff -r ebadb1855668 -r 1026df56062c lisp/progmodes/ada-mode.el --- a/lisp/progmodes/ada-mode.el Sat Aug 28 18:25:16 1999 +0000 +++ b/lisp/progmodes/ada-mode.el Sat Aug 28 18:25:40 1999 +0000 @@ -282,7 +282,7 @@ :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)