aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-10-01 02:17:38 +0000
committerGlenn Morris2009-10-01 02:17:38 +0000
commitb15c31c722dab1e91e9a3ab0ae130a79b60d1341 (patch)
treea8e2aba2a14b89a0ead80916e38076d6921fdc5b
parent64a51001e5331e8c11bef8827ed81df14b23be6f (diff)
downloademacs-b15c31c722dab1e91e9a3ab0ae130a79b60d1341.tar.gz
emacs-b15c31c722dab1e91e9a3ab0ae130a79b60d1341.zip
Remove unused declarations.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/calc/calc.el1
-rw-r--r--lisp/ibuffer.el1
-rw-r--r--lisp/isearch.el1
-rw-r--r--lisp/mail/uce.el2
-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
-rw-r--r--lisp/term/w32-win.el15
11 files changed, 25 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c246635258..f10abfb6b70 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,13 @@
7 (check-declare-directory): Doc fix. 7 (check-declare-directory): Doc fix.
8 * subr.el (declare-function): Doc fix. 8 * subr.el (declare-function): Doc fix.
9 9
10 * ibuffer.el (ibuffer-format-qualifier):
11 * isearch.el (hi-lock-regexp-okay):
12 * calc/calc.el (math-zerop):
13 * mail/uce.el (rmail-msgbeg, rmail-msgend):
14 * term/w32-win.el (setup-default-fontset, set-fontset-font):
15 Remove unused declarations.
16
102009-10-01 Juanma Barranquero <lekktu@gmail.com> 172009-10-01 Juanma Barranquero <lekktu@gmail.com>
11 18
12 * cedet/semantic/wisent/javat-wy.el 19 * cedet/semantic/wisent/javat-wy.el
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index d38d6b7dbde..75a08d7e79b 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -185,7 +185,6 @@
185(declare-function calc-incomplete-error "calc-incom" (a)) 185(declare-function calc-incomplete-error "calc-incom" (a))
186(declare-function math-float-fancy "calc-arith" (a)) 186(declare-function math-float-fancy "calc-arith" (a))
187(declare-function math-neg-fancy "calc-arith" (a)) 187(declare-function math-neg-fancy "calc-arith" (a))
188(declare-function math-zerop "calc-misc" (a))
189(declare-function calc-add-fractions "calc-frac" (a b)) 188(declare-function calc-add-fractions "calc-frac" (a b))
190(declare-function math-add-objects-fancy "calc-arith" (a b)) 189(declare-function math-add-objects-fancy "calc-arith" (a b))
191(declare-function math-add-symb-fancy "calc-arith" (a b)) 190(declare-function math-add-symb-fancy "calc-arith" (a b))
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index e3693c443cc..13085f646d3 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -56,7 +56,6 @@
56 56
57(declare-function ibuffer-mark-on-buffer "ibuf-ext" 57(declare-function ibuffer-mark-on-buffer "ibuf-ext"
58 (func &optional ibuffer-mark-on-buffer-mark group)) 58 (func &optional ibuffer-mark-on-buffer-mark group))
59(declare-function ibuffer-format-qualifier "ibuf-ext" (qualifier))
60(declare-function ibuffer-generate-filter-groups "ibuf-ext" 59(declare-function ibuffer-generate-filter-groups "ibuf-ext"
61 (bmarklist &optional noempty nodefault)) 60 (bmarklist &optional noempty nodefault))
62(declare-function ibuffer-format-filter-group-data "ibuf-ext" (filter)) 61(declare-function ibuffer-format-filter-group-data "ibuf-ext" (filter))
diff --git a/lisp/isearch.el b/lisp/isearch.el
index bf2f0738d97..95e45c7e58e 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1401,7 +1401,6 @@ string. NLINES has the same meaning as in `occur'."
1401 (search-upper-case nil)) 1401 (search-upper-case nil))
1402 (occur regexp nlines))) 1402 (occur regexp nlines)))
1403 1403
1404(declare-function hi-lock-regexp-okay "hi-lock" (regexp))
1405(declare-function hi-lock-read-face-name "hi-lock" ()) 1404(declare-function hi-lock-read-face-name "hi-lock" ())
1406 1405
1407(defun isearch-highlight-regexp () 1406(defun isearch-highlight-regexp ()
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el
index 2d7122775ff..e1cd30ee795 100644
--- a/lisp/mail/uce.el
+++ b/lisp/mail/uce.el
@@ -219,8 +219,6 @@ These are mostly meant for headers that prevent delivery errors reporting."
219(declare-function rmail-msg-is-pruned "rmail" ()) 219(declare-function rmail-msg-is-pruned "rmail" ())
220(declare-function mail-strip-quoted-names "mail-utils" (address)) 220(declare-function mail-strip-quoted-names "mail-utils" (address))
221(declare-function rmail-maybe-set-message-counters "rmail" ()) 221(declare-function rmail-maybe-set-message-counters "rmail" ())
222(declare-function rmail-msgbeg "rmail" (n))
223(declare-function rmail-msgend "rmail" (n))
224(declare-function rmail-toggle-header "rmail" (&optional arg)) 222(declare-function rmail-toggle-header "rmail" (&optional arg))
225 223
226;;;###autoload 224;;;###autoload
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 8685c02b7a8..1cd25682169 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,16 @@
12009-10-01 Glenn Morris <rgm@gnu.org>
2
3 * org-agenda.el (calendar-check-holidays):
4 * org-exp.el (org-agenda-skip):
5 * org-list.el (outline-back-to-heading):
6 * org-wl.el (wl-summary-goto-folder-subr):
7 * org.el (iswitchb-mode, remember, remember-buffer-desc)
8 (remember-finalize, remember-save-after-remembering, remember-register)
9 (remember-buffer, remember-handler-functions)
10 (remember-annotation-functions): Remove unused declarations.
11
12 * org.el (iswitchb-read-buffer): Fix declaration.
13
12009-09-30 Glenn Morris <rgm@gnu.org> 142009-09-30 Glenn Morris <rgm@gnu.org>
2 15
3 * org-compat.el (w32-focus-frame): 16 * org-compat.el (w32-focus-frame):
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index ed9d7c05ac6..a285795eba7 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -40,7 +40,6 @@
40(declare-function calendar-absolute-from-iso "cal-iso" (date)) 40(declare-function calendar-absolute-from-iso "cal-iso" (date))
41(declare-function calendar-astro-date-string "cal-julian" (&optional date)) 41(declare-function calendar-astro-date-string "cal-julian" (&optional date))
42(declare-function calendar-bahai-date-string "cal-bahai" (&optional date)) 42(declare-function calendar-bahai-date-string "cal-bahai" (&optional date))
43(declare-function calendar-check-holidays "holidays" (date))
44(declare-function calendar-chinese-date-string "cal-china" (&optional date)) 43(declare-function calendar-chinese-date-string "cal-china" (&optional date))
45(declare-function calendar-coptic-date-string "cal-coptic" (&optional date)) 44(declare-function calendar-coptic-date-string "cal-coptic" (&optional date))
46(declare-function calendar-ethiopic-date-string "cal-coptic" (&optional date)) 45(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 c03ff19dc20..53b1a3d1171 100644
--- a/lisp/org/org-exp.el
+++ b/lisp/org/org-exp.el
@@ -36,7 +36,6 @@
36(declare-function org-export-ascii-preprocess "org-ascii" (parameters)) 36(declare-function org-export-ascii-preprocess "org-ascii" (parameters))
37(declare-function org-export-html-preprocess "org-html" (parameters)) 37(declare-function org-export-html-preprocess "org-html" (parameters))
38(declare-function org-export-docbook-preprocess "org-docbook" (parameters)) 38(declare-function org-export-docbook-preprocess "org-docbook" (parameters))
39(declare-function org-agenda-skip "org-agenda" ())
40(declare-function org-infojs-options-inbuffer-template "org-jsinfo" ()) 39(declare-function org-infojs-options-inbuffer-template "org-jsinfo" ())
41(declare-function org-export-htmlize-region-for-paste "org-html" (beg end)) 40(declare-function org-export-htmlize-region-for-paste "org-html" (beg end))
42(declare-function htmlize-buffer "ext:htmlize" (&optional buffer)) 41(declare-function htmlize-buffer "ext:htmlize" (&optional buffer))
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el
index cef5fe458a4..a0ba28c5254 100644
--- a/lisp/org/org-list.el
+++ b/lisp/org/org-list.el
@@ -42,7 +42,6 @@
42(declare-function org-invisible-p "org" ()) 42(declare-function org-invisible-p "org" ())
43(declare-function org-on-heading-p "org" (&optional invisible-ok)) 43(declare-function org-on-heading-p "org" (&optional invisible-ok))
44(declare-function outline-next-heading "outline" ()) 44(declare-function outline-next-heading "outline" ())
45(declare-function outline-back-to-heading "outline" (&optional invisible-ok))
46(declare-function org-back-to-heading "org" (&optional invisible-ok)) 45(declare-function org-back-to-heading "org" (&optional invisible-ok))
47(declare-function org-back-over-empty-lines "org" ()) 46(declare-function org-back-over-empty-lines "org" ())
48(declare-function org-skip-whitespace "org" ()) 47(declare-function org-skip-whitespace "org" ())
diff --git a/lisp/org/org-wl.el b/lisp/org/org-wl.el
index 24a772a7aa2..af09d49fd6a 100644
--- a/lisp/org/org-wl.el
+++ b/lisp/org/org-wl.el
@@ -56,9 +56,6 @@
56(declare-function wl-summary-buffer-msgdb "ext:wl-folder" () t) 56(declare-function wl-summary-buffer-msgdb "ext:wl-folder" () t)
57;(declare-function wl-folder-get-elmo-folder "ext:wl-folder" 57;(declare-function wl-folder-get-elmo-folder "ext:wl-folder"
58; (entity &optional no-cache)) 58; (entity &optional no-cache))
59(declare-function wl-summary-goto-folder-subr "ext:wl-summary"
60 (&optional name scan-type other-window sticky interactive
61 scoring force-exit))
62(declare-function wl-summary-jump-to-msg-by-message-id "ext:wl-summary" 59(declare-function wl-summary-jump-to-msg-by-message-id "ext:wl-summary"
63 (&optional id)) 60 (&optional id))
64(declare-function wl-summary-line-from "ext:wl-summary" ()) 61(declare-function wl-summary-line-from "ext:wl-summary" ())
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 28940802ab3..b9683f3a932 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -1,7 +1,7 @@
1;;; w32-win.el --- parse switches controlling interface with W32 window system 1;;; w32-win.el --- parse switches controlling interface with W32 window system
2 2
3;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4;; 2008, 2009 Free Software Foundation, Inc.
5 5
6;; Author: Kevin Gallo 6;; Author: Kevin Gallo
7;; Keywords: terminals 7;; Keywords: terminals
@@ -166,11 +166,11 @@ the last file dropped is selected."
166 ;;; navigation feature. 166 ;;; navigation feature.
167 (defun w32-menu-bar-open (&optional frame) 167 (defun w32-menu-bar-open (&optional frame)
168 "Start key navigation of the menu bar in FRAME. 168 "Start key navigation of the menu bar in FRAME.
169 169
170This initially activates the first menu-bar item, and you can then navigate 170This initially activates the first menu-bar item, and you can then navigate
171with the arrow keys, select a menu entry with the Return key or cancel with 171with the arrow keys, select a menu entry with the Return key or cancel with
172the Escape key. If FRAME has no menu bar, this function does nothing. 172the Escape key. If FRAME has no menu bar, this function does nothing.
173 173
174If FRAME is nil or not given, use the selected frame. 174If FRAME is nil or not given, use the selected frame.
175If FRAME does not have the menu bar enabled, display a text menu using 175If FRAME does not have the menu bar enabled, display a text menu using
176`tmm-menubar'." 176`tmm-menubar'."
@@ -218,11 +218,6 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
218 218
219(declare-function x-open-connection "w32fns.c" 219(declare-function x-open-connection "w32fns.c"
220 (display &optional xrm-string must-succeed)) 220 (display &optional xrm-string must-succeed))
221
222(declare-function setup-default-fontset "fontset" ())
223(declare-function set-fontset-font "fontset.c"
224 (name target font-spec &optional frame add))
225(declare-function setup-default-fontset "fontset" ())
226(declare-function create-fontset-from-fontset-spec "fontset" 221(declare-function create-fontset-from-fontset-spec "fontset"
227 (fontset-spec &optional style-variant noerror)) 222 (fontset-spec &optional style-variant noerror))
228(declare-function create-fontset-from-x-resource "fontset" ()) 223(declare-function create-fontset-from-x-resource "fontset" ())
@@ -257,7 +252,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
257 ;; Create the standard fontset. 252 ;; Create the standard fontset.
258 (condition-case err 253 (condition-case err
259 (create-fontset-from-fontset-spec w32-standard-fontset-spec t) 254 (create-fontset-from-fontset-spec w32-standard-fontset-spec t)
260 (error (display-warning 255 (error (display-warning
261 'initialization 256 'initialization
262 (format "Creation of the standard fontset failed: %s" err) 257 (format "Creation of the standard fontset failed: %s" err)
263 :error))) 258 :error)))