From: Jay Belanger Date: Tue, 30 Nov 2004 17:26:56 +0000 (+0000) Subject: Add a provide statement. X-Git-Tag: ttn-vms-21-2-B4~3516 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c2198cd5eb9af963ccd1bae9c07cdceba347087;p=emacs.git Add a provide statement. (calc-Need-calc-undo): Remove it. --- diff --git a/lisp/calc/calc-undo.el b/lisp/calc/calc-undo.el index 4e9a14f4aa5..a49c34010ab 100644 --- a/lisp/calc/calc-undo.el +++ b/lisp/calc/calc-undo.el @@ -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-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