~ubuntu-branches/ubuntu/breezy/gnuplot-mode/breezy

« back to all changes in this revision

Viewing changes to dot.el

  • Committer: Bazaar Package Importer
  • Author(s): Ryuichi Arafune
  • Date: 2002-02-04 21:10:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020204211021-xxrf0c7ond9lxw7y
Tags: upstream-0.5q
ImportĀ upstreamĀ versionĀ 0.5q

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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))