From 098f76aff36e3e10d7bf49aba357052c1670221b Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 4 Mar 2008 13:35:35 +0100 Subject: [PATCH] Removed unnecessary (rquire 'info). This function now only calls `info' and no longer `Info-goto-node'. As `info' is autoloaded, we do not need the require here anymore. --- org.el | 1 - 1 file changed, 1 deletion(-) diff --git a/org.el b/org.el index d88093795..721039067 100644 --- a/org.el +++ b/org.el @@ -27851,7 +27851,6 @@ See the individual commands for more information." "Read documentation for Org-mode in the info system. With optional NODE, go directly to that node." (interactive) - (require 'info) (info (format "(org)%s" (or node "")))) (defun org-install-agenda-files-menu () -- 2.11.4.GIT