# HG changeset patch # User Glenn Morris # Date 1204170533 0 # Node ID 28f0a7903f8bb2a67981dd81dde05165300542cd # Parent 72a3622268cc6bd214f68bb30bef9ccdf31d704d (Info-goto-node): Remove declaration. (org-info): Use info rather than Info-goto-node. diff -r 72a3622268cc -r 28f0a7903f8b lisp/textmodes/org.el --- 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)))