MrValdez
MrValdez

Reputation: 8613

When I have android-mode loaded, Emacs will fail to open a file

The error is:

Symbol's function definition is void: locate-dominating-file

Android mode can be found here. I'm using Emacs version 23.

Upvotes: 2

Views: 136

Answers (1)

MrValdez
MrValdez

Reputation: 8613

The missing function (locate-dominating-file) is not available for Emacs version below 24. Use this backported version before loading android-mode.

The answer can be found here.

Upvotes: 1

Related Questions