emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/org/org-agenda.el,v


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/org/org-agenda.el,v
Date: Fri, 25 Jul 2008 23:02:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Carsten Dominik <cdominik>      08/07/25 23:02:17

Index: org-agenda.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org-agenda.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- org-agenda.el       24 Jul 2008 13:59:52 -0000      1.7
+++ org-agenda.el       25 Jul 2008 23:02:14 -0000      1.8
@@ -6,7 +6,7 @@
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://orgmode.org
-;; Version: 6.06a
+;; Version: 6.06b
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -5120,13 +5120,12 @@
       (unwind-protect
          (progn
            (fset 'calendar-cursor-to-date
-                 (lambda (&optional error)
+                 (lambda (&optional error dummy)
                    (calendar-gregorian-from-absolute
                     (get-text-property point 'day))))
              (call-interactively cmd))
        (fset 'calendar-cursor-to-date oldf)))))
 
-
 (defun org-agenda-execute-calendar-command (cmd)
   "Execute a calendar command from the agenda, with the date associated to
 the cursor position."
@@ -5144,7 +5143,7 @@
       (unwind-protect
          (progn
            (fset 'calendar-cursor-to-date
-                 (lambda (&optional error)
+                 (lambda (&optional error dummy)
                    (calendar-gregorian-from-absolute
                     (get-text-property point 'day))))
            (call-interactively cmd))




reply via email to

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