diff lisp/org/ChangeLog @ 109812:063e94b66261

Fix some Org errors revealed by `make check-declare'. * ob.el (tramp-compat-make-temp-file, org-edit-src-code) (org-entry-get, org-table-import): Fix declarations. (org-match-string-no-properties): Remove declaration. * ob-sh.el (org-babel-comint-in-buffer) (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep) (org-babel-comint-with-output): Remove unnecessary declarations. * ob-R.el (orgtbl-to-tsv): Fix declaration. * org-list.el (org-entry-get): Fix declaration.
author Glenn Morris <rgm@gnu.org>
date Tue, 17 Aug 2010 00:29:26 -0700
parents e6408c088fbc
children 6452d50492bb
line wrap: on
line diff
--- a/lisp/org/ChangeLog	Tue Aug 17 00:04:35 2010 -0700
+++ b/lisp/org/ChangeLog	Tue Aug 17 00:29:26 2010 -0700
@@ -1,3 +1,14 @@
+2010-08-17  Glenn Morris  <rgm@gnu.org>
+
+	* ob.el (tramp-compat-make-temp-file, org-edit-src-code)
+	(org-entry-get, org-table-import): Fix declarations.
+	(org-match-string-no-properties): Remove unnecessary declaration.
+	* ob-sh.el (org-babel-comint-in-buffer)
+	(org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
+	(org-babel-comint-with-output): Remove unnecessary declarations.
+	* ob-R.el (orgtbl-to-tsv): Fix declaration.
+	* org-list.el (org-entry-get): Fix declaration.
+
 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
 
 	* ob-C.el: New file.