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:
parent
ec30259371
commit
dcbfa92ba2
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]+[.)]\\) "
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue