Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5e8b779f
Commit
5e8b779f
authored
Aug 28, 1999
by
Richard M. Stallman
Browse files
(ada-tmp-directory): Use temporary-file-directory.
parent
30722cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/ada-mode.el
lisp/progmodes/ada-mode.el
+1
-1
No files found.
lisp/progmodes/ada-mode.el
View file @
5e8b779f
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment