aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-10-01 02:17:38 +0000
committerGlenn Morris <[email protected]>2009-10-01 02:17:38 +0000
commitb15c31c722dab1e91e9a3ab0ae130a79b60d1341 (patch)
treea8e2aba2a14b89a0ead80916e38076d6921fdc5b /lisp/org
parent64a51001e5331e8c11bef8827ed81df14b23be6f (diff)
Remove unused declarations.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog13
-rw-r--r--lisp/org/org-agenda.el1
-rw-r--r--lisp/org/org-exp.el1
-rw-r--r--lisp/org/org-list.el1
-rw-r--r--lisp/org/org-wl.el3
5 files changed, 13 insertions, 6 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 8685c02b7a..1cd2568216 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,16 @@
+2009-10-01 Glenn Morris <[email protected]>
+
+ * 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 <[email protected]>
* org-compat.el (w32-focus-frame):
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index ed9d7c05ac..a285795eba 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -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))
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el
index c03ff19dc2..53b1a3d117 100644
--- a/lisp/org/org-exp.el
+++ b/lisp/org/org-exp.el
@@ -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))
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el
index cef5fe458a..a0ba28c525 100644
--- a/lisp/org/org-list.el
+++ b/lisp/org/org-list.el
@@ -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" ())
diff --git a/lisp/org/org-wl.el b/lisp/org/org-wl.el
index 24a772a7aa..af09d49fd6 100644
--- a/lisp/org/org-wl.el
+++ b/lisp/org/org-wl.el
@@ -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" ())