From: Jay Belanger Date: Tue, 30 Nov 2004 17:29:04 +0000 (+0000) Subject: Add a provide statement. X-Git-Tag: ttn-vms-21-2-B4~3513 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1687f6035ac0e446df322236dd6b101a8253219;p=emacs.git Add a provide statement. (calc-Need-calc-yank): Remove it. --- diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el index d43873c28b7..0470abca536 100644 --- a/lisp/calc/calc-yank.el +++ b/lisp/calc/calc-yank.el @@ -27,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-yank () nil) - - ;;; Kill ring commands. (defun calc-kill (nn &optional no-delete) @@ -581,5 +578,7 @@ To cancel the edit, simply kill the *Calc Edit* buffer." (calc-enter-result num "edit" vals) (calc-enter-result 1 "edit" vals (- num)))))))))) +(provide 'calc-yank) + ;;; arch-tag: ca61019e-caca-4daa-b32c-b6afe372d5b5 ;;; calc-yank.el ends here