changeset 92296:28f0a7903f8b

(Info-goto-node): Remove declaration. (org-info): Use info rather than Info-goto-node.
author Glenn Morris <rgm@gnu.org>
date Thu, 28 Feb 2008 03:48:53 +0000
parents 72a3622268cc
children 694466e46d7a
files lisp/textmodes/org.el
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org.el	Thu Feb 28 03:47:59 2008 +0000
+++ b/lisp/textmodes/org.el	Thu Feb 28 03:48:53 2008 +0000
@@ -4105,7 +4105,6 @@
                   (date string specifier &optional marker globcolor literal))
 (declare-function table--at-cell-p "table" (position &optional object at-column))
 (declare-function Info-find-node "info" (filename nodename &optional no-going-back))
-(declare-function Info-goto-node "info" (nodename &optional fork))
 (declare-function bbdb "ext:bbdb-com" (string elidep))
 (declare-function bbdb-company "ext:bbdb-com" (string elidep))
 (declare-function bbdb-current-record "ext:bbdb-com" (&optional planning-on-modifying))
@@ -26976,8 +26975,7 @@
   "Read documentation for Org-mode in the info system.
 With optional NODE, go directly to that node."
   (interactive)
-  (require 'info)
-  (Info-goto-node (format "(org)%s" (or node ""))))
+  (info (format "(org)%s" (or node ""))))
 
 (defun org-install-agenda-files-menu ()
   (let ((bl (buffer-list)))