Mercurial > emacs
changeset 58655:4683e1bb5445
Add a provide statement.
(calc-Need-calc-frac): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:09:05 +0000 |
parents | bd70627265a0 |
children | c60e5eef3cde |
files | lisp/calc/calc-frac.el |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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