1
0
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:
Juanma Barranquero 2010-01-14 14:14:24 +01:00
parent 95005d39eb
commit 8794c483ae
2 changed files with 6 additions and 1 deletions

View File

@ -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):

View File

@ -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