emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el
Date: Thu, 29 Nov 2001 06:56:09 -0500

Index: emacs/lisp/progmodes/fortran.el
diff -u emacs/lisp/progmodes/fortran.el:1.85 
emacs/lisp/progmodes/fortran.el:1.86
--- emacs/lisp/progmodes/fortran.el:1.85        Mon Jul 16 08:22:59 2001
+++ emacs/lisp/progmodes/fortran.el     Sun Nov 18 01:51:53 2001
@@ -232,7 +232,9 @@
     (modify-syntax-entry ?/ "." table)
     (modify-syntax-entry ?\' "\"" table)
     (modify-syntax-entry ?\" "\"" table)
-    (modify-syntax-entry ?\\ "\\" table)
+;;; Supposedly this is mistaken; Fortran does not treat \ as an escape.
+;;;    (modify-syntax-entry ?\\ "\\" table)
+    (modify-syntax-entry ?\\ "." table)
     ;; This might be better as punctuation, as for C, but this way you
     ;; can treat floating-point numbers as symbols.
     (modify-syntax-entry ?. "_" table) ; e.g. `a.ne.b'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]