emacs-devel
[Top][All Lists]
Advanced

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

Fixing a bug in pascal-mode


From: Feng Li
Subject: Fixing a bug in pascal-mode
Date: Sun, 06 Apr 2014 17:19:06 +1000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Hi Emacs devs,

I just fixed a small bug in pascal-mode. Here's the diff

diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el
index a693295..4058826 100644
--- a/lisp/progmodes/pascal.el
+++ b/lisp/progmodes/pascal.el
@@ -168,7 +168,7 @@
     ;;  "record" "array" "file")
     (,(concat "\\<\\(array\\|boolean\\|c\\(har\\|onst\\)\\|file\\|"
               "integer\\|re\\(al\\|cord\\)\\|type\\|var\\)\\>")
-     font-lock-type-face)
+     . font-lock-type-face)
     ("\\<\\(label\\|external\\|forward\\)\\>" . font-lock-constant-face)
     ("\\<\\([0-9]+\\)[ \t]*:" 1 font-lock-function-name-face)
     ;; ("of" "to" "for" "if" "then" "else" "case" "while"


-- 
Feng Li




reply via email to

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