Wrong type argument: stringp, nil error

Discussion of Emacs Lisp
Post Reply
_j_
Posts: 2
Joined: Thu Nov 08, 2012 2:39 pm

Wrong type argument: stringp, nil error

Post by _j_ » Thu Nov 08, 2012 2:46 pm

I need to use update-directory-autoloads function in a little el-script. When I'm trying to call this function with an argument that is a name of a directory I receive this error: Wrong type argument: stringp, nil.
Call looks like this:
(update-directory-autoloads "~/test")

_j_
Posts: 2
Joined: Thu Nov 08, 2012 2:39 pm

Re: Wrong type argument: stringp, nil error

Post by _j_ » Thu Feb 07, 2013 5:01 pm

The problem was solved. If somebody else will need it solution is here:
http://stackoverflow.com/questions/1476 ... -nil-error

Post Reply