emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-mode.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-mode.el
Date: Tue, 30 Nov 2004 13:08:33 -0500

Index: emacs/lisp/calc/calc-mode.el
diff -c emacs/lisp/calc/calc-mode.el:1.9 emacs/lisp/calc/calc-mode.el:1.10
*** emacs/lisp/calc/calc-mode.el:1.9    Tue Oct 19 14:39:57 2004
--- emacs/lisp/calc/calc-mode.el        Tue Nov 30 17:18:19 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 27,41 ****
  
  ;;; Code:
  
- 
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-mode () nil)
- 
- 
  (defun calc-line-numbering (n)
    (interactive "P")
    (calc-wrapper
--- 26,36 ----
  
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defun calc-line-numbering (n)
    (interactive "P")
    (calc-wrapper
***************
*** 672,676 ****
--- 667,673 ----
         (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]