diff lisp/calendar/solar.el @ 38422:7a94f1c588c4

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 07:46:48 +0000
parents d179de7ad92e
children c991c9834a24
line wrap: on
line diff
--- a/lisp/calendar/solar.el	Mon Jul 16 03:35:36 2001 +0000
+++ b/lisp/calendar/solar.el	Mon Jul 16 07:46:48 2001 +0000
@@ -1,4 +1,4 @@
-;;; solar.el --- calendar functions for solar events.
+;;; solar.el --- calendar functions for solar events
 
 ;; Copyright (C) 1992, 1993, 1995, 1997 Free Software Foundation, Inc.
 
@@ -61,7 +61,7 @@
 
 (if (fboundp 'atan)
     (require 'lisp-float-type)
-  (error "Solar/lunar calculations impossible since floating point is unavailable."))
+  (error "Solar/lunar calculations impossible since floating point is unavailable"))
 
 (require 'cal-dst)
 (require 'cal-julian)