Mercurial > emacs
diff lisp/progmodes/ada-mode.el @ 25420:1026df56062c
(ada-tmp-directory): Use temporary-file-directory.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 Aug 1999 18:25:40 +0000 |
parents | 25556de3fe49 |
children | 812005e9c20e |
line wrap: on
line diff
--- 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)