changeset 105321:c54e9253e596

Remove unused declarations.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 02:13:00 +0000
parents 5a7b377fd5c9
children 4c610ec5ed40
files lisp/org/ChangeLog lisp/org/org-agenda.el lisp/org/org-exp.el lisp/org/org-list.el lisp/org/org-wl.el
diffstat 5 files changed, 13 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/org/ChangeLog	Thu Oct 01 02:12:07 2009 +0000
+++ b/lisp/org/ChangeLog	Thu Oct 01 02:13:00 2009 +0000
@@ -1,3 +1,16 @@
+2009-10-01  Glenn Morris  <rgm@gnu.org>
+
+	* org-agenda.el (calendar-check-holidays):
+	* org-exp.el (org-agenda-skip):
+	* org-list.el (outline-back-to-heading):
+	* org-wl.el (wl-summary-goto-folder-subr):
+	* org.el (iswitchb-mode, remember, remember-buffer-desc)
+	(remember-finalize, remember-save-after-remembering, remember-register)
+	(remember-buffer, remember-handler-functions)
+	(remember-annotation-functions): Remove unused declarations.
+
+	* org.el (iswitchb-read-buffer): Fix declaration.
+
 2009-09-30  Glenn Morris  <rgm@gnu.org>
 
 	* org-compat.el (w32-focus-frame):
--- a/lisp/org/org-agenda.el	Thu Oct 01 02:12:07 2009 +0000
+++ b/lisp/org/org-agenda.el	Thu Oct 01 02:13:00 2009 +0000
@@ -40,7 +40,6 @@
 (declare-function calendar-absolute-from-iso    "cal-iso"    (date))
 (declare-function calendar-astro-date-string    "cal-julian" (&optional date))
 (declare-function calendar-bahai-date-string    "cal-bahai"  (&optional date))
-(declare-function calendar-check-holidays       "holidays"   (date))
 (declare-function calendar-chinese-date-string  "cal-china"  (&optional date))
 (declare-function calendar-coptic-date-string   "cal-coptic" (&optional date))
 (declare-function calendar-ethiopic-date-string "cal-coptic" (&optional date))
--- a/lisp/org/org-exp.el	Thu Oct 01 02:12:07 2009 +0000
+++ b/lisp/org/org-exp.el	Thu Oct 01 02:13:00 2009 +0000
@@ -36,7 +36,6 @@
 (declare-function org-export-ascii-preprocess "org-ascii" (parameters))
 (declare-function org-export-html-preprocess "org-html" (parameters))
 (declare-function org-export-docbook-preprocess "org-docbook" (parameters))
-(declare-function org-agenda-skip "org-agenda" ())
 (declare-function org-infojs-options-inbuffer-template "org-jsinfo" ())
 (declare-function org-export-htmlize-region-for-paste "org-html" (beg end))
 (declare-function htmlize-buffer "ext:htmlize" (&optional buffer))
--- a/lisp/org/org-list.el	Thu Oct 01 02:12:07 2009 +0000
+++ b/lisp/org/org-list.el	Thu Oct 01 02:13:00 2009 +0000
@@ -42,7 +42,6 @@
 (declare-function org-invisible-p "org" ())
 (declare-function org-on-heading-p "org" (&optional invisible-ok))
 (declare-function outline-next-heading "outline" ())
-(declare-function outline-back-to-heading "outline" (&optional invisible-ok))
 (declare-function org-back-to-heading "org" (&optional invisible-ok))
 (declare-function org-back-over-empty-lines "org" ())
 (declare-function org-skip-whitespace "org" ())
--- a/lisp/org/org-wl.el	Thu Oct 01 02:12:07 2009 +0000
+++ b/lisp/org/org-wl.el	Thu Oct 01 02:13:00 2009 +0000
@@ -56,9 +56,6 @@
 (declare-function wl-summary-buffer-msgdb "ext:wl-folder" () t)
 ;(declare-function wl-folder-get-elmo-folder "ext:wl-folder"
 ;		  (entity &optional no-cache))
-(declare-function wl-summary-goto-folder-subr "ext:wl-summary"
-		  (&optional name scan-type other-window sticky interactive
-			     scoring force-exit))
 (declare-function wl-summary-jump-to-msg-by-message-id "ext:wl-summary"
 		  (&optional id))
 (declare-function wl-summary-line-from "ext:wl-summary" ())