From 7d01abcada236160bd1f746eeb678bc1037740d0 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 26 May 2000 16:19:10 +0000 Subject: Attempt to quote @ (failed, dunno why) --- generic/texi-docstring-magic.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el index 9f1552c6..9095112e 100644 --- a/generic/texi-docstring-magic.el +++ b/generic/texi-docstring-magic.el @@ -94,7 +94,9 @@ str)) (defconst texi-docstring-magic-munge-table - '(;; 1. Indented lines are gathered into @lisp environment. + '(;; 0. FIXME: escape @ characters + ;; ("@" t "@@") + ;; 1. Indented lines are gathered into @lisp environment. ("\\(^.*\\S-.*$\\)" t (let -- cgit v1.2.3