diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2004-12-08 22:20:27 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2004-12-08 22:20:27 +0000 |
commit | fad2f6858075f49c4c8fd16f0535c287e3f14ac3 (patch) | |
tree | 843a2ffe6caea6201877e3d2f1b6b954f47344b5 /lisp/calc/calc-mode.el | |
parent | 856dd47583918edd7987c13334703d3e7492d8f4 (diff) | |
parent | b11e88237593ff7556d8535305e8f342e6b61d66 (diff) | |
download | emacs-fad2f6858075f49c4c8fd16f0535c287e3f14ac3.tar.gz emacs-fad2f6858075f49c4c8fd16f0535c287e3f14ac3.tar.bz2 emacs-fad2f6858075f49c4c8fd16f0535c287e3f14ac3.zip |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-714
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-271
Diffstat (limited to 'lisp/calc/calc-mode.el')
-rw-r--r-- | lisp/calc/calc-mode.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el index ff4445450f1..dfc488d49dd 100644 --- a/lisp/calc/calc-mode.el +++ b/lisp/calc/calc-mode.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-mode () nil) - - (defun calc-line-numbering (n) (interactive "P") (calc-wrapper @@ -672,5 +667,7 @@ (error "Unrecognized character: %c" (aref arg bad))) (calc-change-mode 'calc-matrix-brackets code t)))) +(provide 'calc-mode) + ;;; arch-tag: ecc70eea-c712-43f2-9085-4205e58d6ddf ;;; calc-mode.el ends here |