*** calc-maint.el~	Sat Apr  2 19:26:42 1994
--- calc-maint.el	Tue Mar 12 17:33:18 1996
***************
*** 53,57 ****
  				   emacs-version)))
      (setq max-lisp-eval-depth (max 400 max-lisp-eval-depth))
!     (setq byte-compile-warnings nil)
  
      ;; Make sure we're in the right directory.
--- 53,59 ----
  				   emacs-version)))
      (setq max-lisp-eval-depth (max 400 max-lisp-eval-depth))
!     ;; Enable some irrelevant warnings to avoid compiler bug in 19.29:
!     (setq byte-compile-warnings (and (string-match "^19.29" emacs-version)
! 				     '(obsolete)))
  
      ;; Make sure we're in the right directory.
***************
*** 71,75 ****
  		  (sort (directory-files
  			 default-directory nil
! 			 "\\`\\(calc-.[^x].*\\|macedit\\)\\.el\\'")
  			'string<))))
        (while files
--- 73,77 ----
  		  (sort (directory-files
  			 default-directory nil
! 			 "\\`calc-.[^x].*\\.el\\'")
  			'string<))))
        (while files
***************
*** 453,459 ****
  \(autoload 'calc-grab-region	   \"calc\" \"Grab region of Calc data\" t)
  \(autoload 'calc-grab-rectangle	   \"calc\" \"Grab rectangle of data\" t)
- \(autoload 'edit-kbd-macro	   \"macedit\" \"Edit Keyboard Macro\" t)
- \(autoload 'edit-last-kbd-macro	   \"macedit\" \"Edit Keyboard Macro\" t)
- \(autoload 'read-kbd-macro	   \"macedit\" \"Read Keyboard Macro\" t)
  \(setq load-path (append load-path (list \"" (directory-file-name home) "\")))
  \(global-set-key \"\\e#\" 'calc-dispatch)
--- 455,458 ----
