+2004-02-24 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * elmo-file.el (elmo-file-find): Fixed the problem when file is
+ not found.
+
2004-02-22 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-file.el (elmo-file-find): Use expand-file-name for return
(setq file (car files)
files nil))
(setq files (cdr files)))
- (expand-file-name file)))
+ (and file (expand-file-name file))))
(defcustom elmo-file-command (exec-installed-p "file")
"*Program name of the file type detection command `file'."