Icons are changed
[gnuplot] / lisp / dot.el
1 ;; These are some lines to help compilation of gnuplot-mode proceed
2 ;; with fewer warning messages
3 (setq load-path             (append (list ".") load-path)
4       byte-compile-verbose  nil
5       byte-compile-warnings nil)
6 (require 'font-lock)
7 (defun hilit-repaint-command (foo))