Diff for /gforth/gforth.el between versions 1.64 and 1.65

version 1.64, 2002/12/21 17:27:13 version 1.65, 2003/02/08 15:28:39
Line 1162  exceeds 64 characters." Line 1162  exceeds 64 characters."
   (make-local-variable 'comment-column)    (make-local-variable 'comment-column)
   (setq comment-column 40)    (setq comment-column 40)
   (make-local-variable 'comment-start-skip)    (make-local-variable 'comment-start-skip)
   (setq comment-start-skip "\\ ")    (setq comment-start-skip "\\\\ ")
   (make-local-variable 'comment-indent-function)    (make-local-variable 'comment-indent-function)
   (setq comment-indent-function 'forth-comment-indent)    (setq comment-indent-function 'forth-comment-indent)
   (make-local-variable 'parse-sexp-ignore-comments)    (make-local-variable 'parse-sexp-ignore-comments)

Removed from v.1.64  
changed lines
  Added in v.1.65


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