all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101115: Fix some more Org `check-declare' issues.
       [not found] <E1OlZ9g-00050j-QS@internal.in.savannah.gnu.org>
@ 2010-08-18 21:40 ` Juanma Barranquero
  0 siblings, 0 replies; only message in thread
From: Juanma Barranquero @ 2010-08-18 21:40 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Emacs developers

This change:

------------------------------------------------------------
revno: 101115
revision-id: rgm@gnu.org-20100818024425-1uhtuafomjlfnqw7
parent: rgm@gnu.org-20100818023844-tvaa3y0rarm87p37
committer: Glenn Morris <rgm@gnu.org>
branch nick: trunk
timestamp: Tue 2010-08-17 19:44:25 -0700
message:
  Fix some more Org `check-declare' issues.

  * ob.el: Require org when compiling.
  (org-save-outline-visibility): Remove macro declaration.
  * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
  Remove unnecessary/macro declarations.
  * org-docview.el: Require doc-view when compiling.
  (doc-view-goto-page): Autoload rather than declaring.
  (doc-view-current-page): Remove macro declaration.
modified:
  lisp/org/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-8688
  lisp/org/ob-emacs-lisp.el
obemacslisp.el-20100719092623-qqnigi7w9j01gc4a-9
  lisp/org/ob.el                 ob.el-20100719092623-qqnigi7w9j01gc4a-32
  lisp/org/org-docview.el        orgdocview.el-20100415100819-b2d7uwuhjdi0fprn-1
------------------------------------------------------------

causes a bunch of errors on bootstrap:

In toplevel form:
org/ob-asymptote.el:46:1:Error: Recursive `require' for feature `ob'
[...]
In toplevel form:
org/ob.el:34:13:Error: Recursive `require' for feature `org'

etc.

  Juanma



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-18 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1OlZ9g-00050j-QS@internal.in.savannah.gnu.org>
2010-08-18 21:40 ` [Emacs-diffs] /srv/bzr/emacs/trunk r101115: Fix some more Org `check-declare' issues Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.