From: Kristaps Dzonsons Date: Thu, 26 May 2011 14:30:28 +0000 (+0000) Subject: The \*q predef certainly doesn't map to \"! Fix this. X-Git-Tag: VERSION_1_11_3~8 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/f7c4015732faa0777684bcb9cd7f93ca9a631c0a?ds=inline The \*q predef certainly doesn't map to \"! Fix this. --- diff --git a/predefs.in b/predefs.in index b36e1522..9c561127 100644 --- a/predefs.in +++ b/predefs.in @@ -1,4 +1,4 @@ -/* $Id: predefs.in,v 1.1 2011/05/24 21:18:06 kristaps Exp $ */ +/* $Id: predefs.in,v 1.2 2011/05/26 14:30:28 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -42,7 +42,7 @@ PREDEF("left-bracket", "[") PREDEF("left-parenthesis", "(") PREDEF("lp", "(") PREDEF("left-singlequote", "\\(oq") -PREDEF("q", "\"") +PREDEF("q", "\\(dq") PREDEF("quote-left", "\\(oq") PREDEF("quote-right", "\\(cq") PREDEF("R", "\\(rg")