From: Glenn Morris Date: Fri, 3 Oct 2014 15:33:37 +0000 (-0700) Subject: ChangeLog fixes X-Git-Tag: emacs-24.4-rc1~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ef486a9acce48f9e23a56a11a3e62727d8e714f;p=emacs.git ChangeLog fixes --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 0e2838e6469..bbdf4eaaa2b 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -5,8 +5,8 @@ is going to be used by the ANSI color filter without further checks in Emacs 23 and throws an error. - * ob-lilypond.el, testing/lisp/test-ob-lilypond.el: Change prefix - from `ly-' to `org-babel-lilypond-' throughout. + * ob-lilypond.el: Change prefix from `ly-' to + `org-babel-lilypond-' throughout. * org-footnote.el: Forward declare `org-element-context', `org-element-property' and `org-element-type'. @@ -21,7 +21,7 @@ * ob-exp.el: Require org-src to import 'org-src-preserve-indentations'. - * ob-haskell.el, lisp/ob-python.el: Remove superfluous forward + * ob-haskell.el, ob-python.el: Remove superfluous forward declaration of 'org-src-preserve-indentations', since it gets imported by other requires.