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-stuff.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-stuff.el
Date: Fri, 04 Apr 2003 01:21:45 -0500

Index: emacs/lisp/calc/calc-stuff.el
diff -c emacs/lisp/calc/calc-stuff.el:1.5 emacs/lisp/calc/calc-stuff.el:1.6
*** emacs/lisp/calc/calc-stuff.el:1.5   Wed Jan 15 10:16:25 2003
--- emacs/lisp/calc/calc-stuff.el       Tue Feb  4 07:47:10 2003
***************
*** 3,9 ****
  ;; 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>
! ;; Maintainers: D. Goel <address@hidden>
  ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
***************
*** 209,215 ****
  (defun calc-clean-num (num)
    (interactive "P")
    (calc-clean (- (if num
!                    (prefix-numeric-value num) 
                   (if (and (>= last-command-char ?0)
                            (<= last-command-char ?9))
                       (- last-command-char ?0)
--- 209,215 ----
  (defun calc-clean-num (num)
    (interactive "P")
    (calc-clean (- (if num
!                    (prefix-numeric-value num)
                   (if (and (>= last-command-char ?0)
                            (<= last-command-char ?9))
                       (- last-command-char ?0)




reply via email to

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