emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog calendar/todo-mode.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog calendar/todo-mode.el
Date: Tue, 21 Jul 2009 05:02:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/21 05:02:41

Modified files:
        lisp           : ChangeLog 
        lisp/calendar  : todo-mode.el 

Log message:
        (calendar-current-date): Update declaration.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15840&r2=1.15841
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/calendar/todo-mode.el?cvsroot=emacs&r1=1.74&r2=1.75

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15840
retrieving revision 1.15841
diff -u -b -r1.15840 -r1.15841
--- ChangeLog   21 Jul 2009 04:49:48 -0000      1.15840
+++ ChangeLog   21 Jul 2009 05:02:36 -0000      1.15841
@@ -1,5 +1,7 @@
 2009-07-21  Glenn Morris  <address@hidden>
 
+       * calendar/todo-mode.el (calendar-current-date): Update declaration.
+
        * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
        silence compiler.  Instead...
        (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.

Index: calendar/todo-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/todo-mode.el,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- calendar/todo-mode.el       29 Jan 2009 15:19:44 -0000      1.74
+++ calendar/todo-mode.el       21 Jul 2009 05:02:40 -0000      1.75
@@ -930,7 +930,7 @@
 (defvar entry)
 
 ;; t-c should be used from diary code, which requires calendar.
-(declare-function calendar-current-date "calendar" nil)
+(declare-function calendar-current-date "calendar" (&optional offset))
 
 ;; Read about this function in the setup instructions above!
 ;;;###autoload




reply via email to

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