Add a definition (found in the Debian patches for 2.3.4)

This commit is contained in:
Andrew M. Kuchling 2004-07-17 14:43:32 +00:00
parent 2b05248e8b
commit e970d2a310

View file

@ -211,6 +211,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
("authoraddress" 1
(progn (setq author-address (match-string 1 string)) ""))
("b" 1 "@w{\\1}")
("backslash" 0 "@backslash{}")
("bf" 0 "@destroy")
("bifuncindex" 1 (progn (setq findex t) "@findex{\\1}"))
("C" 0 "C")