diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2004-11-30 17:13:23 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2004-11-30 17:13:23 +0000 |
| commit | 567bb26fae61806af9262f4d2076c50fedffecfe (patch) | |
| tree | 0f6ce1d55b44b196a16cd6eda29f556a5a0535f4 /lisp/calc | |
| parent | c66b0f18d9bbbad2327dc169d7c4a44302a11de6 (diff) | |
| download | emacs-567bb26fae61806af9262f4d2076c50fedffecfe.tar.gz | |
Add a provide statement.
(calc-Need-calc-keypd): Remove it.
Diffstat (limited to 'lisp/calc')
| -rw-r--r-- | lisp/calc/calc-keypd.el | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lisp/calc/calc-keypd.el b/lisp/calc/calc-keypd.el index 1ad703eb9cf..e517ac1942b 100644 --- a/lisp/calc/calc-keypd.el +++ b/lisp/calc/calc-keypd.el @@ -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 |
