el/dot-emacs.el (mdw-fontify-rexx): Highlight `¬' properly.
[profile] / el / dot-emacs.el
index 76bac70..19b1f38 100644 (file)
@@ -3168,6 +3168,8 @@ strip numbers instead."
   (local-set-key [?*] 'mdw-rexx-electric-*)
   (mapcar #'(lambda (ch) (modify-syntax-entry ch "w"))
          '(?! ?? ?# ?@ ?$))
+  (mapcar #'(lambda (ch) (modify-syntax-entry ch "."))
+         '(?¬))
   (mdw-standard-fill-prefix "\\([ \t]*/?\*[ \t]*\\)")
 
   ;; Set up keywords and things for fontification.