Commit b80f774b authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

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

parent 26326778
...@@ -211,6 +211,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through ...@@ -211,6 +211,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
("authoraddress" 1 ("authoraddress" 1
(progn (setq author-address (match-string 1 string)) "")) (progn (setq author-address (match-string 1 string)) ""))
("b" 1 "@w{\\1}") ("b" 1 "@w{\\1}")
("backslash" 0 "@backslash{}")
("bf" 0 "@destroy") ("bf" 0 "@destroy")
("bifuncindex" 1 (progn (setq findex t) "@findex{\\1}")) ("bifuncindex" 1 (progn (setq findex t) "@findex{\\1}"))
("C" 0 "C") ("C" 0 "C")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment