From b928ce51f8f92fcfe7c87ef0e50d8c125d5853e5 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 6 May 2008 15:57:46 +0200 Subject: [PATCH] Remove duplicate entry for org-mew.el in org-modules. This had happened because we recently moved this package from contrib to core. --- lisp/org.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 9b76ede1b..f6fdc81cd 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -178,7 +178,6 @@ to add the symbol `xyz', and the package must have a call to (const :tag "C interactive-query: Interactive modification of tags query" org-interactive-query) (const :tag "C mairix: Hook mairix search into Org for different MUAs" org-mairix) (const :tag "C man: Support for links to manpages in Org-mode" org-man) - (const :tag "C mew: Support for links to messages in Mew" org-mew) (const :tag "C panel: Simple routines for us with bad memory" org-panel) (const :tag "C registry: A registry for Org links" org-registry) (const :tag "C org2rem: Convert org appointments into reminders" org2rem) -- 2.11.4.GIT