]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/icon.el
(bdf-generate-font): New argument CHARSET. Give WIDTH
[gnu-emacs] / lisp / progmodes / icon.el
index 571066043f593e0c493d731c520127fc376ad29c..dc72fbe07ffa88ef0107e29c5132817985e97c17 100644 (file)
@@ -122,7 +122,7 @@ This applies when braces are inserted."
   "*Non-nil means TAB in Icon mode should always reindent the current line.
 It will then reindent, regardless of where in the line point is
 when the TAB command is used."
-  :type 'integer
+  :type 'boolean
   :group 'icon)
 
 (defvar icon-imenu-generic-expression
@@ -659,7 +659,7 @@ Returns nil if line starts inside a string, t if in a comment."
          "&progname" "&random" "&rdrag" "&regions" "&resize" "&row" 
          "&rpress" "&rrelease" "&shift" "&source" "&storage" "&subject" 
          "&time" "&trace" "&ucase" "&version" "&window" "&x" "&y") t)
-       'font-lock-reference-face)
+       'font-lock-constant-face)
       (cons      ;; global local static declarations and link files
        (concat 
        "^[ \t]*"
@@ -698,5 +698,6 @@ Returns nil if line starts inside a string, t if in a comment."
     (end-of-icon-defun)
     (forward-char -1)))
 
-(provide 'icon-mode)
+(provide 'icon)
+
 ;;; icon.el ends here