Mercurial > emacs
comparison lisp/progmodes/icon.el @ 20953:f3f9df46d008
Changed font-lock-reference-face to font-lock-constant-face.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 20 Feb 1998 14:58:27 +0000 |
parents | 63f793f84d0f |
children | 3e2633195694 |
comparison
equal
deleted
inserted
replaced
20952:adcb58a1c0f3 | 20953:f3f9df46d008 |
---|---|
657 "&level" "&line" "&lpress" "&lrelease" "&main" "&mdrag" "&meta" | 657 "&level" "&line" "&lpress" "&lrelease" "&main" "&mdrag" "&meta" |
658 "&mpress" "&mrelease" "&null" "&output" "&phi" "&pi" "&pos" | 658 "&mpress" "&mrelease" "&null" "&output" "&phi" "&pi" "&pos" |
659 "&progname" "&random" "&rdrag" "®ions" "&resize" "&row" | 659 "&progname" "&random" "&rdrag" "®ions" "&resize" "&row" |
660 "&rpress" "&rrelease" "&shift" "&source" "&storage" "&subject" | 660 "&rpress" "&rrelease" "&shift" "&source" "&storage" "&subject" |
661 "&time" "&trace" "&ucase" "&version" "&window" "&x" "&y") t) | 661 "&time" "&trace" "&ucase" "&version" "&window" "&x" "&y") t) |
662 'font-lock-reference-face) | 662 'font-lock-constant-face) |
663 (cons ;; global local static declarations and link files | 663 (cons ;; global local static declarations and link files |
664 (concat | 664 (concat |
665 "^[ \t]*" | 665 "^[ \t]*" |
666 (regexp-opt '("global" "link" "local" "static") t) | 666 (regexp-opt '("global" "link" "local" "static") t) |
667 "\\(\\sw+\\>\\)*") | 667 "\\(\\sw+\\>\\)*") |