emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calendar/lunar.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/lunar.el [lexbind]
Date: Tue, 14 Oct 2003 19:42:19 -0400

Index: emacs/lisp/calendar/lunar.el
diff -c emacs/lisp/calendar/lunar.el:1.17.8.1 
emacs/lisp/calendar/lunar.el:1.17.8.2
*** emacs/lisp/calendar/lunar.el:1.17.8.1       Fri Apr  4 01:20:16 2003
--- emacs/lisp/calendar/lunar.el        Tue Oct 14 19:42:15 2003
***************
*** 49,54 ****
--- 49,57 ----
  
  ;;; Code:
  
+ (defvar displayed-month)
+ (defvar displayed-year)
+ 
  (if (fboundp 'atan)
      (require 'lisp-float-type)
    (error "Lunar calculations impossible since floating point is unavailable"))
***************
*** 395,398 ****
--- 398,402 ----
  
  (provide 'lunar)
  
+ ;;; arch-tag: 72f0b8a4-7bcc-4a1b-b67a-ff53c4a1d222
  ;;; lunar.el ends here




reply via email to

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