~ubuntu-branches/ubuntu/oneiric/gnuplot-mode/oneiric

1
2
3
4
5
6
7
;; 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))