# HG changeset patch # User Jay Belanger # Date 1101834545 0 # Node ID 4683e1bb54452e1b59a8aabb17123433835ca8c2 # Parent bd70627265a0163bd5116ddee6bf7e2222e5516a Add a provide statement. (calc-Need-calc-frac): Remove it. diff -r bd70627265a0 -r 4683e1bb5445 lisp/calc/calc-frac.el --- a/lisp/calc/calc-frac.el Tue Nov 30 17:08:20 2004 +0000 +++ b/lisp/calc/calc-frac.el Tue Nov 30 17:09:05 2004 +0000 @@ -3,8 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: David Gillespie -;; Maintainers: D. Goel -;; Colin Walters +;; Maintainer: Jay Belanger ;; This file is part of GNU Emacs. @@ -28,12 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (require 'calc-ext) - (require 'calc-macs) -(defun calc-Need-calc-frac () nil) - (defun calc-fdiv (arg) (interactive "P") (calc-slow-wrapper @@ -220,5 +217,7 @@ (math-reject-arg b 'integerp)) (math-reject-arg a 'integerp))) +(provide 'calc-frac) + ;;; arch-tag: 89d65274-0b3b-42d8-aacd-eaf86da5b4ea ;;; calc-frac.el ends here