Mercurial > hg > xemacs-beta
diff lisp/tl/filename.el @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 54cc21c15cbb |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/lisp/tl/filename.el Mon Aug 13 09:04:39 2007 +0200 +++ b/lisp/tl/filename.el Mon Aug 13 09:05:10 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.1.1 1996/12/21 20:50:51 steve Exp $ +;; Version: $Id: filename.el,v 1.2 1996/12/28 21:03: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