mylisp/my-log-mode.el
changeset 1718 9d72f4424570
parent 1666 06937ff1ec5f
equal deleted inserted replaced
1717:3c60aeba5004 1718:9d72f4424570
     1 ;;; my-log-mode.el --- major mode for error logs
     1 ;;; my-log-mode.el --- major mode for error logs
     2 
       
     3 ;; Copyright (C) 2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
       
     4 
       
     5 ;; You can do anything with this file without any warranty.
       
     6 
       
     7 ;; Author: Oleksandr Gavenko <gavenkoa@gmail.com>
       
     8 ;; Maintainer: Oleksandr Gavenko <gavenkoa@gmail.com>
       
     9 ;; Created: 2011-02-09
       
    10 ;; Version: 0.1
       
    11 ;; Keywords: logging
       
    12 
     2 
    13 ;;; Commentary:
     3 ;;; Commentary:
    14 ;;
     4 ;;
    15 ;; Very pure release.
       
    16 
     5 
    17 ;;; Code:
     6 ;;; Code:
    18 
     7 
    19 (defun my-log-goto (point)
     8 (defun my-log-goto (point)
    20   "Visit file according to error specification at POINT."
     9   "Visit file according to error specification at POINT."