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
95005d39
Commit
95005d39
authored
Jan 14, 2010
by
Stephen Leake
Committed by
Juanma Barranquero
Jan 14, 2010
Browse files
Default ada_project_path to $ADA_PROJECT_PATH.
parent
80e18d20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-1
lisp/progmodes/ada-xref.el
lisp/progmodes/ada-xref.el
+1
-1
No files found.
lisp/ChangeLog
View file @
95005d39
2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>2
2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
* progmodes/ada-xref.el (ada-default-prj-properties):
Default ada_project_path to $ADA_PROJECT_PATH.
2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
* progmodes/ada-mode.el (ada-create-keymap):
Override `narrow-to-defun' with `ada-narrow-to-defun'.
...
...
lisp/progmodes/ada-xref.el
View file @
95005d39
...
...
@@ -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
""
'ada_project_path
(
let
((
path
(
getenv
"ADA_PROJECT_PATH"
)))
(
if
path
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