Initial release of Maemo 5 port of gnuplot
[gnuplot] / lisp / dot.el
diff --git a/lisp/dot.el b/lisp/dot.el
new file mode 100644 (file)
index 0000000..3ecc1c9
--- /dev/null
@@ -0,0 +1,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))