From 937640a621a4ce2e5e56eaecca37a2a28a584318 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:04:40 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-embed): Remove it. (calc-do-embedded-activate): Remove from autoloads. --- lisp/calc/calc-embed.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el index c5d53fb24d9..067d233bf4a 100644 --- a/lisp/calc/calc-embed.el +++ b/lisp/calc/calc-embed.el @@ -27,12 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. -(require 'calc-ext) +(require 'calc-ext) (require 'calc-macs) -(defun calc-Need-calc-embed () nil) - (defun calc-show-plain (n) (interactive "P") (calc-wrapper @@ -331,7 +329,6 @@ This is not required to be present for user-written mode annotations.") (aset info 8 val) (calc-embedded-update info 14 t t)))) -;;;###autoload (defun calc-do-embedded-activate (arg cbuf) (calc-plain-buffer-only) (if arg @@ -1226,5 +1223,7 @@ The command \\[yank] can retrieve it from there." (setq bp (if buf nil (cdr bp)))) (or first calc-embedded-quiet (message ""))))) +(provide 'calc-embed) + ;;; arch-tag: 1b8f311e-fba1-40d3-b8c3-1d6f68fd26fc ;;; calc-embed.el ends here -- 2.39.5