diff lisp/calendar/lunar.el @ 52112:e7d0572ccca5

(displayed-month, displayed-year): Define for compiler.
author Glenn Morris <rgm@gnu.org>
date Sun, 03 Aug 2003 13:56:21 +0000
parents 0d8b17d428b5
children 695cf19ef79e
line wrap: on
line diff
--- a/lisp/calendar/lunar.el	Sun Aug 03 13:53:54 2003 +0000
+++ b/lisp/calendar/lunar.el	Sun Aug 03 13:56:21 2003 +0000
@@ -49,6 +49,9 @@
 
 ;;; Code:
 
+(defvar displayed-month)
+(defvar displayed-year)
+
 (if (fboundp 'atan)
     (require 'lisp-float-type)
   (error "Lunar calculations impossible since floating point is unavailable"))