Diff for /gforth/gforth.el between versions 1.80 and 1.81

version 1.80, 2010/09/04 10:15:57 version 1.81, 2010/09/04 17:24:17
Line 256  PARSED-TYPE specifies what kind of text Line 256  PARSED-TYPE specifies what kind of text
          "[ \t\n]" t string (font-lock-string-face . 1))           "[ \t\n]" t string (font-lock-string-face . 1))
         (("char") non-immediate (font-lock-keyword-face . 1)          (("char") non-immediate (font-lock-keyword-face . 1)
          "[ \t\n]" t string (font-lock-string-face . 1))           "[ \t\n]" t string (font-lock-string-face . 1))
           ("'.'?" non-immediate (font-lock-string-face . 1))
         (("s\"" "c\"") immediate (font-lock-string-face . 1)          (("s\"" "c\"") immediate (font-lock-string-face . 1)
          "[\"\n]" nil string (font-lock-string-face . 1))           "[\"\n]" nil string (font-lock-string-face . 1))
         ((".\"") compile-only (font-lock-string-face . 1)          ((".\"") compile-only (font-lock-string-face . 1)

Removed from v.1.80  
changed lines
  Added in v.1.81


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>