unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Fixing a bug in pascal-mode
@ 2014-04-06  7:19 Feng Li
  2014-04-06 10:40 ` Feng Li
  0 siblings, 1 reply; 7+ messages in thread
From: Feng Li @ 2014-04-06  7:19 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-04-10 13:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-06  7:19 Fixing a bug in pascal-mode Feng Li
2014-04-06 10:40 ` Feng Li
2014-04-06 17:36   ` Daniel Colascione
2014-04-06 23:25     ` Feng Li
2014-04-07 14:03       ` Stefan Monnier
2014-04-07 14:24         ` Feng Li
2014-04-10 13:57           ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).