emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [PATCH] Bugfix: Functions were renamed so rename the calle


From: Bernt Hansen
Subject: [Orgmode] Re: [PATCH] Bugfix: Functions were renamed so rename the callers too
Date: Sun, 18 Jan 2009 11:00:07 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

This is old and already applied. Thanks.

This was my original submission sent by git send-email.  I assume it got
stuck waiting for moderation before it hit the list.

-Bernt

Bernt Hansen <address@hidden> writes:

> Rename functions missed in commit 1371205.
>
> Changing timestamps for the currently clocked task generated the
> following error:
>
> org-clock-update-time-maybe: Symbol's function definition is void: 
> org-update-mode-line
> ---
> Carsten: This patch is available on my 'for-carsten' branch.
>
>  lisp/org.el |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lisp/org.el b/lisp/org.el
> index c33560e..8539f94 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -2665,7 +2665,7 @@ If TABLE-TYPE is non-nil, also check for table.el-type 
> tables."
>  
>  (declare-function org-clock-save-markers-for-cut-and-paste "org-clock"
>                 (beg end))
> -(declare-function org-update-mode-line "org-clock" ())
> +(declare-function org-clock-update-mode-line "org-clock" ())
>  (defvar org-clock-start-time)
>  (defvar org-clock-marker (make-marker)
>    "Marker recording the last clock-in.")
> @@ -2702,7 +2702,7 @@ Otherwise, return nil."
>           (setq org-clock-start-time
>                 (apply 'encode-time
>                        (org-parse-time-string (match-string 1))))
> -         (org-update-mode-line)))
> +         (org-clock-update-mode-line)))
>        (t
>         (and (match-end 4) (delete-region (match-beginning 4) (match-end 4)))
>         (end-of-line 1)
> -- 
> 1.6.1.28.gc32f76
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]