comparison 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
comparison
equal deleted inserted replaced
52111:e6182946cacd 52112:e7d0572ccca5
46 ;; (217) 333-6733 University of Illinois at Urbana-Champaign 46 ;; (217) 333-6733 University of Illinois at Urbana-Champaign
47 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue 47 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue
48 ;; Urbana, Illinois 61801 48 ;; Urbana, Illinois 61801
49 49
50 ;;; Code: 50 ;;; Code:
51
52 (defvar displayed-month)
53 (defvar displayed-year)
51 54
52 (if (fboundp 'atan) 55 (if (fboundp 'atan)
53 (require 'lisp-float-type) 56 (require 'lisp-float-type)
54 (error "Lunar calculations impossible since floating point is unavailable")) 57 (error "Lunar calculations impossible since floating point is unavailable"))
55 58