Mercurial > emacs
changeset 58660:4ad5e0d74a81
Add a provide statement.
(calc-Need-calc-keypd): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:13:23 +0000 |
parents | 324e147417aa |
children | 10224395a3c2 |
files | lisp/calc/calc-keypd.el |
diffstat | 1 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-keypd.el Tue Nov 30 17:12:21 2004 +0000 +++ b/lisp/calc/calc-keypd.el Tue Nov 30 17:13:23 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. @@ -27,15 +26,11 @@ ;;; Code: - ;; This file is autoloaded from calc-ext.el. -(require 'calc-ext) +(require 'calc-ext) (require 'calc-macs) -(defun calc-Need-calc-keypd () nil) - - (defvar calc-keypad-buffer nil) (defvar calc-keypad-menu 0) (defvar calc-keypad-full-layout nil) @@ -612,6 +607,7 @@ (command-execute cmd) (error "Not a Calc command: %s" (key-description keys))))) +(provide 'calc-keypd) ;;; arch-tag: 4ba0d360-2bb6-40b8-adfa-eb373765b3f9 ;;; calc-keypd.el ends here