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
8794c483
Commit
8794c483
authored
Jan 14, 2010
by
Juanma Barranquero
Browse files
Simplify previous change.
parent
95005d39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/ada-xref.el
lisp/progmodes/ada-xref.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8794c483
2010-01-14 Juanma Barranquero <lekktu@gmail.com>
* progmodes/ada-xref.el (ada-default-prj-properties):
Simplify previous change.
2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
* progmodes/ada-xref.el (ada-default-prj-properties):
...
...
lisp/progmodes/ada-xref.el
View file @
8794c483
...
...
@@ -755,7 +755,7 @@ is non-nil, prompt the user to select one. If none are found, return
(
let
((
file
(
buffer-file-name
nil
)))
(
list
;; variable name alphabetical order
'ada_project_path (
let ((path
(getenv "ADA_PROJECT_PATH")
)) (if path path
"")
)
'ada_project_path
(
or
(
getenv
"ADA_PROJECT_PATH"
)
""
)
'ada_project_path_sep
ada-prj-ada-project-path-sep
'bind_opt
ada-prj-default-bind-opt
'build_dir
default-directory
...
...
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