org-mode/util/gnuplot-mode.0.6.0/dot.el
2009-08-03 10:41:45 -06:00

8 lines
279 B
EmacsLisp

;; These are some lines to help compilation of gnuplot-mode proceed
;; with fewer warning messages
(setq load-path (append (list ".") load-path)
byte-compile-verbose nil
byte-compile-warnings nil)
(require 'font-lock)
(defun hilit-repaint-command (foo))