1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Add a provide statement.

(calc-Need-calc-frac): Remove it.
This commit is contained in:
Jay Belanger 2004-11-30 17:09:05 +00:00
parent 76216e5acd
commit 3ccef44f19

View File

@ -3,8 +3,7 @@
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainers: D. Goel <deego@gnufans.org>
;; Colin Walters <walters@debian.org>
;; Maintainer: Jay Belanger <belanger@truman.edu>
;; 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