# HG changeset patch # User Jay Belanger # Date 1101835616 0 # Node ID a19f1d75f7d54ae07ac6defe70b2eb1956a09070 # Parent 0f204f1642ec1b4f9aaa1546310d915cbd87bc2b Add a provide statement. (calc-Need-calc-undo): Remove it. diff -r 0f204f1642ec -r a19f1d75f7d5 lisp/calc/calc-undo.el --- a/lisp/calc/calc-undo.el Tue Nov 30 17:26:19 2004 +0000 +++ b/lisp/calc/calc-undo.el Tue Nov 30 17:26:56 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,13 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (require 'calc-ext) - (require 'calc-macs) -(defun calc-Need-calc-undo () nil) - - ;;; Undo. (defun calc-undo (n) @@ -150,5 +146,7 @@ (or (eq (car (car list)) 'pop) (calc-undo-does-pushes (cdr list))))) +(provide 'calc-undo) + ;;; arch-tag: eeb485d2-fb3d-454a-9d79-450af1f50d6c ;;; calc-undo.el ends here