The problem was solved. If somebody else will need it solution is here:
http://stackoverflow.com/questions/1476 ... -nil-error
Search found 2 matches
- Thu Feb 07, 2013 5:01 pm
- Forum: Emacs Lisp
- Topic: Wrong type argument: stringp, nil error
- Replies: 1
- Views: 29960
- Thu Nov 08, 2012 2:46 pm
- Forum: Emacs Lisp
- Topic: Wrong type argument: stringp, nil error
- Replies: 1
- Views: 29960
Wrong type argument: stringp, nil error
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")
Call looks like this:
(update-directory-autoloads "~/test")