Mercurial > emacs
changeset 58679:9a7f5565091f
Add a provide statement.
(calc-Need-calc-yank): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:29:04 +0000 |
parents | 0f17749c4df5 |
children | fccfcd7c10f3 |
files | lisp/calc/calc-yank.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-yank.el Tue Nov 30 17:28:25 2004 +0000 +++ b/lisp/calc/calc-yank.el Tue Nov 30 17:29:04 2004 +0000 @@ -27,13 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (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 @@ (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