From: yamaoka Date: Thu, 2 Sep 1999 00:48:22 +0000 (+0000) Subject: Add a newline after `convert-standard-filename'. X-Git-Tag: apel-9_22~19 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b331d11f846f3e097a4254111818204999abb7;p=elisp%2Fapel.git Add a newline after `convert-standard-filename'. No need to update ChangeLog, I think.:-) --- diff --git a/poe.el b/poe.el index 746b346..a114a76 100644 --- a/poe.el +++ b/poe.el @@ -392,6 +392,7 @@ Under `windows-nt' or `ms-dos', it refers `filename-replacement-alist' and (mapconcat filter (cdr names) "/")))) (t filename)) + ;;; @ Emacs 20.1 emulation ;;;