]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
msg is not a keyword.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Jun 2007 22:22:55 +0000 (22:22 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:56 +0000 (12:14 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/po-mode.el

index 3752ea6f453e18cc00e40f6ae0751be68aa36085..59979f667e2c063414958705d658e2394dae8ade 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-17  Bruno Haible  <bruno@clisp.org>
+
+       * po-mode.el (po-font-lock-keywords): Stop recognizing "msg" as a
+       keyword.
+
 2007-06-17  Bruno Haible  <bruno@clisp.org>
 
        Fix '#' command on obsolete entries.
index 9757b2a76c726c7cfb9c44b75a39aa19be0b0b5f..44003d017bdf3294b1b199e3b34eceda018fa7ee 100644 (file)
@@ -927,7 +927,7 @@ Initialize or replace current translation with the original message"))])
     ;; (regexp-opt
     ;;  '("msgid " "msgid_plural " "msgstr " "msgstr[0] " "msgstr[1] "))
     ("\
-^\\(\\(msg\\(id\\(_plural\\)?\\|str\\(\\[[0-9]\\]\\)?\\)?\\) \\)?\"\\|\"$"
+^\\(\\(msg\\(id\\(_plural\\)?\\|str\\(\\[[0-9]\\]\\)?\\)\\) \\)?\"\\|\"$"
      . font-lock-keyword-face)
     ("\\\\.\\|%\\*?[-.0-9ul]*[a-zA-Z]" . font-lock-variable-name-face)
     ("^# .*\\|^#[:,]?" . font-lock-comment-face)