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-frac.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-frac.el [lexbind]
Date: Wed, 08 Dec 2004 19:38:06 -0500

Index: emacs/lisp/calc/calc-frac.el
diff -c emacs/lisp/calc/calc-frac.el:1.4.4.3 
emacs/lisp/calc/calc-frac.el:1.4.4.4
*** emacs/lisp/calc/calc-frac.el:1.4.4.3        Thu Nov  4 13:12:43 2004
--- emacs/lisp/calc/calc-frac.el        Wed Dec  8 23:36:21 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.
  
***************
*** 28,39 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-frac () nil)
- 
  (defun calc-fdiv (arg)
    (interactive "P")
    (calc-slow-wrapper
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defun calc-fdiv (arg)
    (interactive "P")
    (calc-slow-wrapper
***************
*** 220,224 ****
--- 217,223 ----
        (math-reject-arg b 'integerp))
      (math-reject-arg a 'integerp)))
  
+ (provide 'calc-frac)
+ 
  ;;; arch-tag: 89d65274-0b3b-42d8-aacd-eaf86da5b4ea
  ;;; calc-frac.el ends here




reply via email to

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