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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-mode.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 01:05:02 -0500

Index: emacs/lisp/calc/calc-mode.el
diff -c emacs/lisp/calc/calc-mode.el:1.7.4.2 
emacs/lisp/calc/calc-mode.el:1.7.4.3
*** emacs/lisp/calc/calc-mode.el:1.7.4.2        Fri Oct 22 10:13:34 2004
--- emacs/lisp/calc/calc-mode.el        Wed Dec  8 05:02:18 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]