[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-upstream-fixes, updated. 222c5d0c856c5cf1eb218493eddbf33d6e43fd5c

Jörg Sommer joerg at alea.gnuu.de
Sun Aug 24 17:07:40 UTC 2008


The following commit has been merged in the jo-upstream-fixes branch:
commit ee19e705785bcea2fa07e09b029e797152ecdf20
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sun Aug 24 11:48:33 2008 +0200

    Remove duplicate brace

diff --git a/doc/tm/rtl/keys.tm b/doc/tm/rtl/keys.tm
index f1acea2..9d20d86 100644
--- a/doc/tm/rtl/keys.tm
+++ b/doc/tm/rtl/keys.tm
@@ -328,7 +328,7 @@
      if (arg == NULL)
        message ("No Prefix Argument");
      else
-       vmessage ("Prefix argument: %d", arg));
+       vmessage ("Prefix argument: %d", arg);
 #v-
 \notes
   The old semantics, which are still supported but deprecated allows
@@ -340,7 +340,7 @@
      if (arg == -9999)
        message ("No Prefix Argument");
      else
-       vmessage ("Prefix argument: %d", arg));
+       vmessage ("Prefix argument: %d", arg);
 #v-
 \seealso{set_prefix_argument}
 \done

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list