diff options
| -rw-r--r-- | lisp/org/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/org/org-mouse.el | 2 | ||||
| -rw-r--r-- | lisp/org/org.el | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 609e198c2d6..818f0de1243 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-11-19 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * org.el, org-mouse.el (org-agenda-change-all-lines): | ||
| 4 | Fix declaration. | ||
| 5 | |||
| 1 | 2008-11-18 Carsten Dominik <dominik@science.uva.nl> | 6 | 2008-11-18 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 7 | ||
| 3 | * org.el ("speedbar"): Only show context if the file really is an | 8 | * org.el ("speedbar"): Only show context if the file really is an |
diff --git a/lisp/org/org-mouse.el b/lisp/org/org-mouse.el index 8d203211e41..7f3e322d1b6 100644 --- a/lisp/org/org-mouse.el +++ b/lisp/org/org-mouse.el | |||
| @@ -144,7 +144,7 @@ | |||
| 144 | (defvar org-agenda-undo-list) | 144 | (defvar org-agenda-undo-list) |
| 145 | (defvar org-agenda-custom-commands) | 145 | (defvar org-agenda-custom-commands) |
| 146 | (declare-function org-agenda-change-all-lines "org-agenda" | 146 | (declare-function org-agenda-change-all-lines "org-agenda" |
| 147 | (newhead hdmarker &optional fixface)) | 147 | (newhead hdmarker &optional fixface just-this)) |
| 148 | (declare-function org-verify-change-for-undo "org-agenda" (l1 l2)) | 148 | (declare-function org-verify-change-for-undo "org-agenda" (l1 l2)) |
| 149 | 149 | ||
| 150 | (defvar org-mouse-plain-list-regexp "\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) " | 150 | (defvar org-mouse-plain-list-regexp "\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) " |
diff --git a/lisp/org/org.el b/lisp/org/org.el index 4521c7c334f..caac01689fc 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -2357,7 +2357,7 @@ Normal means, no org-mode-specific context." | |||
| 2357 | (extra txt &optional category tags dotime noprefix remove-re)) | 2357 | (extra txt &optional category tags dotime noprefix remove-re)) |
| 2358 | (declare-function org-agenda-new-marker "org-agenda" (&optional pos)) | 2358 | (declare-function org-agenda-new-marker "org-agenda" (&optional pos)) |
| 2359 | (declare-function org-agenda-change-all-lines "org-agenda" | 2359 | (declare-function org-agenda-change-all-lines "org-agenda" |
| 2360 | (newhead hdmarker &optional fixface)) | 2360 | (newhead hdmarker &optional fixface just-this)) |
| 2361 | (declare-function org-agenda-set-restriction-lock "org-agenda" (&optional type)) | 2361 | (declare-function org-agenda-set-restriction-lock "org-agenda" (&optional type)) |
| 2362 | (declare-function org-agenda-maybe-redo "org-agenda" ()) | 2362 | (declare-function org-agenda-maybe-redo "org-agenda" ()) |
| 2363 | (declare-function org-agenda-save-markers-for-cut-and-paste "org-agenda" | 2363 | (declare-function org-agenda-save-markers-for-cut-and-paste "org-agenda" |