[gforth] / gforth / gforth.el  

gforth: gforth/gforth.el

Diff for /gforth/gforth.el between version 1.59 and 1.60

version 1.59, Sat Jan 26 13:05:26 2002 UTC version 1.60, Mon Feb 4 21:25:17 2002 UTC
Line 233 
Line 233 
         (("[ifdef]" "[ifundef]") immediate (font-lock-keyword-face . 2)          (("[ifdef]" "[ifundef]") immediate (font-lock-keyword-face . 2)
          "[ \t\n]" t name (font-lock-function-name-face . 3))           "[ \t\n]" t name (font-lock-function-name-face . 3))
         (("if" "begin" "ahead" "do" "?do" "+do" "u+do" "-do" "u-do" "for"          (("if" "begin" "ahead" "do" "?do" "+do" "u+do" "-do" "u-do" "for"
           "case" "of" "?dup-if" "?dup-0=-if" "then" "until" "repeat" "again"            "case" "of" "?dup-if" "?dup-0=-if" "then" "endif" "until"
             "repeat" "again"
           "loop" "+loop" "-loop" "next" "endcase" "endof" "else" "while" "try"            "loop" "+loop" "-loop" "next" "endcase" "endof" "else" "while" "try"
           "recover" "endtry" "assert(" "assert0(" "assert1(" "assert2("            "recover" "endtry" "assert(" "assert0(" "assert1(" "assert2("
           "assert3(" ")" "<interpretation" "<compilation" "interpretation>"            "assert3(" ")" "<interpretation" "<compilation" "interpretation>"
Line 383 
Line 384 
          (0 . 2) (0 . 2) non-immediate)           (0 . 2) (0 . 2) non-immediate)
         ("\\S-+%$" (0 . 2) (0 . 0) non-immediate)          ("\\S-+%$" (0 . 2) (0 . 0) non-immediate)
         ((";" ";m") (-2 . 0) (0 . -2))          ((";" ";m") (-2 . 0) (0 . -2))
         (("again" "repeat" "then" "endtry" "endcase" "endof"          (("again" "repeat" "then" "endif" "endtry" "endcase" "endof"
           "[then]" "[endif]" "[loop]" "[+loop]" "[next]"            "[then]" "[endif]" "[loop]" "[+loop]" "[next]"
           "[until]" "[repeat]" "[again]" "loop")            "[until]" "[repeat]" "[again]" "loop")
          (-2 . 0) (0 . -2))           (-2 . 0) (0 . -2))


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help