Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-07-11 14:33:18 +02:00
commit 918551cec8
1 changed files with 1 additions and 0 deletions

View File

@ -4841,6 +4841,7 @@ Support for group tags is controlled by the option
(lambda (tg) (cond ((eq (car tg) :startgroup) "{")
((eq (car tg) :endgroup) "}")
((eq (car tg) :grouptags) ":")
((eq (car tg) :newline) "\n")
(t (concat (car tg)
(if (characterp (cdr tg))
(format "(%s)" (char-to-string (cdr tg))) "")))))