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


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

Index: emacs/lisp/calc/calc-undo.el
diff -c emacs/lisp/calc/calc-undo.el:1.5.4.1 
emacs/lisp/calc/calc-undo.el:1.5.4.2
*** emacs/lisp/calc/calc-undo.el:1.5.4.1        Fri Apr 16 12:50:12 2004
--- emacs/lisp/calc/calc-undo.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.
  
***************
*** 28,40 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-undo () nil)
- 
- 
  ;;; Undo.
  
  (defun calc-undo (n)
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  ;;; Undo.
  
  (defun calc-undo (n)
***************
*** 150,154 ****
--- 146,152 ----
         (or (eq (car (car list)) 'pop)
           (calc-undo-does-pushes (cdr list)))))
  
+ (provide 'calc-undo)
+ 
  ;;; arch-tag: eeb485d2-fb3d-454a-9d79-450af1f50d6c
  ;;; calc-undo.el ends here




reply via email to

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