emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/org/org.el,v


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/org/org.el,v
Date: Sun, 11 May 2008 22:54:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Carsten Dominik <cdominik>      08/05/11 22:54:56

Index: org.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- org.el      8 May 2008 15:42:27 -0000       1.7
+++ org.el      11 May 2008 22:54:56 -0000      1.8
@@ -138,7 +138,11 @@
   (when (featurep 'org)
     (org-load-modules-maybe 'force)))
 
-(defcustom org-modules '(org-bbdb org-bibtex org-gnus org-info org-infojs 
org-irc org-mew org-mhe org-rmail org-vm org-wl)
+(when (org-bound-and-true-p org-modules)
+  (let ((a (member 'org-infojs org-modules)))
+    (and a (setcar a 'org-jsinfo))))
+
+(defcustom org-modules '(org-bbdb org-bibtex org-gnus org-info org-jsinfo 
org-irc org-mew org-mhe org-rmail org-vm org-wl)
   "Modules that should always be loaded together with org.el.
 If a description starts with <C>, the file is not part of Emacs
 and loading it will require that you have downloaded and properly installed
@@ -158,7 +162,7 @@
        (const :tag "   bibtex:            Links to BibTeX entries" org-bibtex)
        (const :tag "   gnus:              Links to GNUS folders/messages" 
org-gnus)
        (const :tag "   info:              Links to Info nodes" org-info)
-       (const :tag "   infojs:            Set up Sebastian Rose's JavaScript 
org-info.js" org-infojs)
+       (const :tag "   jsinfo:            Set up Sebastian Rose's JavaScript 
org-info.js" org-jsinfo)
        (const :tag "   irc:               Links to IRC/ERC chat sessions" 
org-irc)
        (const :tag "   mac-message:       Links to messages in Apple Mail" 
org-mac-message)
        (const :tag "   mew                Links to Mew folders/messages" 
org-mew)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]