Commit e7539b3f authored by Gary King's avatar Gary King
Browse files

Don't export the time-* accessors defined here

darcs-hash:20080610130319-3cc5d-8e0cc8aa2c5a9307f27beb34a1b8464a60e27192.gz
parent e9914b95
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ This code is borrowed from the `format-date` function in
			 (symbol-name 'time) "-" (symbol-name part-name))
	    :trivial-backtrace)))
      `(eval-when (:compile-toplevel :load-toplevel :execute)
         (export ',function-name)
         (defun ,function-name
                (&optional (universal-time (get-universal-time))
                           (time-zone nil))