# HG changeset patch # User Oleksandr Gavenko # Date 1297257649 -7200 # Node ID ead98b9f85c310a94678193d54358eb6f3f7633e # Parent 012f4c6944355ae55c538439a5ad1c0341de4694 Fix trailing spaces. diff -r 012f4c694435 -r ead98b9f85c3 my-log-mode.el --- a/my-log-mode.el Wed Feb 09 15:19:48 2011 +0200 +++ b/my-log-mode.el Wed Feb 09 15:20:49 2011 +0200 @@ -32,7 +32,7 @@ (setq fline (string-to-int (match-string 2 line))) ) ) - (cond + (cond ( (and fname (file-exists-p fname)) (find-file-other-window fname) (goto-line fline)