author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 11 Mar 2015 23:56:20 +0200 | |
changeset 1260 | 47bc80daa918 |
parent 1259 | 1723332887fc |
child 1261 | ebbd2c480f1d |
my-log-mode.el | file | annotate | diff | comparison | revisions |
--- a/my-log-mode.el Wed Mar 11 23:52:31 2015 +0200 +++ b/my-log-mode.el Wed Mar 11 23:56:20 2015 +0200 @@ -17,7 +17,7 @@ ;;; Code: (defun my-log-goto (point) - "" + "Visit file according to error specification at POINT." (interactive "d") (let ( start stop line fname fline (fregex "^\\([^:]+\\):\\([[:digit:]]+\\):") ) (save-excursion