1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

(org-agenda-change-all-lines): Fix declaration.

This commit is contained in:
Glenn Morris 2008-11-19 04:35:25 +00:00
parent ec30259371
commit dcbfa92ba2
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-11-19 Glenn Morris <rgm@gnu.org>
* org.el, org-mouse.el (org-agenda-change-all-lines):
Fix declaration.
2008-11-18 Carsten Dominik <dominik@science.uva.nl>
* org.el ("speedbar"): Only show context if the file really is an

View file

@ -144,7 +144,7 @@
(defvar org-agenda-undo-list)
(defvar org-agenda-custom-commands)
(declare-function org-agenda-change-all-lines "org-agenda"
(newhead hdmarker &optional fixface))
(newhead hdmarker &optional fixface just-this))
(declare-function org-verify-change-for-undo "org-agenda" (l1 l2))
(defvar org-mouse-plain-list-regexp "\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) "

View file

@ -2357,7 +2357,7 @@ Normal means, no org-mode-specific context."
(extra txt &optional category tags dotime noprefix remove-re))
(declare-function org-agenda-new-marker "org-agenda" (&optional pos))
(declare-function org-agenda-change-all-lines "org-agenda"
(newhead hdmarker &optional fixface))
(newhead hdmarker &optional fixface just-this))
(declare-function org-agenda-set-restriction-lock "org-agenda" (&optional type))
(declare-function org-agenda-maybe-redo "org-agenda" ())
(declare-function org-agenda-save-markers-for-cut-and-paste "org-agenda"