소스 검색

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.
Carsten Dominik 17 년 전
부모
커밋
098f76aff3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      org.el

+ 0 - 1
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 ()