diff lisp/tl/filename.el @ 10:49a24b4fd526 r19-15b6

Import from CVS: tag r19-15b6
author cvs
date Mon, 13 Aug 2007 08:47:52 +0200
parents 4b173ad71786
children e04119814345
line wrap: on
line diff
--- a/lisp/tl/filename.el	Mon Aug 13 08:47:36 2007 +0200
+++ b/lisp/tl/filename.el	Mon Aug 13 08:47:52 2007 +0200
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1996 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: filename.el,v 1.1 1996/12/22 00:37:04 steve Exp $
+;; Version: $Id: filename.el,v 1.2 1996/12/29 00:15:09 steve Exp $
 ;; Keywords: string, file name
 
 ;; This file is part of tl (Tiny Library).
@@ -130,8 +130,9 @@
 
 (defun replace-as-filename (string)
   "Return safety filename from STRING. [filename.el]"
-  (poly-funcall filename-filters string)
-  )
+  (and string
+       (poly-funcall filename-filters string)
+       ))
 
 
 ;;; @ end