mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
Simplify previous change.
This commit is contained in:
parent
95005d39eb
commit
8794c483ae
@ -1,3 +1,8 @@
|
||||
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):
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user