diff man/reftex.texi @ 90601:a1a25ac6c88a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 427-436) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 134-136) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110
author Miles Bader <miles@gnu.org>
date Thu, 14 Sep 2006 09:24:00 +0000
parents a8190f7e546e 7637a6a23f0f
children 95d0cdf160ea
line wrap: on
line diff
--- a/man/reftex.texi	Wed Sep 06 07:30:39 2006 +0000
+++ b/man/reftex.texi	Thu Sep 14 09:24:00 2006 +0000
@@ -1929,8 +1929,8 @@
 @lisp
 (add-hook 'mail-setup-hook
           (lambda () (define-key mail-mode-map "\C-c["
-                       (lambda () (interactive)
-                         (require 'reftex)
+                       (lambda ()
+                         (interactive)
                          (let ((reftex-cite-format 'locally))
                            (reftex-citation))))))
 @end lisp