my-log-mode.el
changeset 572 ead98b9f85c3
parent 571 012f4c694435
child 1246 abd80227aa4b
--- 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)