Mercurial > emacs
changeset 58676:a19f1d75f7d5
Add a provide statement.
(calc-Need-calc-undo): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:26:56 +0000 |
parents | 0f204f1642ec |
children | 5ef7cf7f3b8f |
files | lisp/calc/calc-undo.el |
diffstat | 1 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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,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