fix a possible (wrong-type-argument stringp nil) error
commitd56ad98544e489e25738b3dc45b0060412002eed
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 7 Oct 2012 13:01:39 +0000 (7 15:01 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sun, 7 Oct 2012 16:11:33 +0000 (7 18:11 +0200)
tree999ea71607acac06c1162e4a3df6558f3b9f47dd
parentb47a7d51257688704884245972331fe7a9727cc5
fix a possible (wrong-type-argument stringp nil) error

* lisp/org-compat.el: Make sure that file-name-directory is getting a
  stringp.  This avoids a possible "(wrong-type-argument stringp nil)"
  error when the library in question does not exist.
lisp/org-compat.el