[gforth] / gforth / gforth.el  

gforth: gforth/gforth.el

Diff for /gforth/gforth.el between version 1.44 and 1.45

version 1.44, Sun Oct 1 11:20:05 2000 UTC version 1.45, Thu Nov 16 09:39:51 2000 UTC
Line 992 
Line 992 
   
 ;;; Highlighting  ;;; Highlighting
   
   (cond ((featurep 'hilit19)
 (if (not (file-exists-p "/usr/share/emacs/site-lisp/hl319.el"))  (if (not (file-exists-p "/usr/share/emacs/site-lisp/hl319.el"))
     (require 'hilit19)      (require 'hilit19)
   (require 'hl319))    (require 'hl319))
Line 1011 
Line 1012 
   '(("\\(Variable\\|Constant\\|Value\\|Create\\) *[^ \n]*" nil define))    '(("\\(Variable\\|Constant\\|Value\\|Create\\) *[^ \n]*" nil define))
   '(("\\(include\\|require\\) *[^ \n]*" nil include))    '(("\\(include\\|require\\) *[^ \n]*" nil include))
   '(("[\n       ]\\(\\$[0-9A-Fa-f]+[\n  ]\\|&[0-9]+[\n  ]\\|[0-9]+[\n   ]\\|%[01]+[\n   ]\\|'[^ \n]+\\)+" nil formula))    '(("[\n       ]\\(\\$[0-9A-Fa-f]+[\n  ]\\|&[0-9]+[\n  ]\\|[0-9]+[\n   ]\\|%[01]+[\n   ]\\|'[^ \n]+\\)+" nil formula))
   '((":noname" nil defun))))     '((":noname" nil defun))))))
   
 ;; end  ;; end
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help