/[emacs]/emacs/lisp/progmodes/fortran.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/fortran.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by pj, Mon Jul 16 12:22:59 2001 UTC revision 1.86 by rms, Sun Nov 18 06:51:53 2001 UTC
# Line 232  format style.") Line 232  format style.")
232      (modify-syntax-entry ?/ "." table)      (modify-syntax-entry ?/ "." table)
233      (modify-syntax-entry ?\' "\"" table)      (modify-syntax-entry ?\' "\"" table)
234      (modify-syntax-entry ?\" "\"" table)      (modify-syntax-entry ?\" "\"" table)
235      (modify-syntax-entry ?\\ "\\" table)  ;;; Supposedly this is mistaken; Fortran does not treat \ as an escape.
236    ;;;    (modify-syntax-entry ?\\ "\\" table)
237        (modify-syntax-entry ?\\ "." table)
238      ;; This might be better as punctuation, as for C, but this way you      ;; This might be better as punctuation, as for C, but this way you
239      ;; can treat floating-point numbers as symbols.      ;; can treat floating-point numbers as symbols.
240      (modify-syntax-entry ?. "_" table)  ; e.g. `a.ne.b'      (modify-syntax-entry ?. "_" table)  ; e.g. `a.ne.b'

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26