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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-units.el
Date: Tue, 04 Feb 2003 07:47:17 -0500

Index: emacs/lisp/calc/calc-units.el
diff -c emacs/lisp/calc/calc-units.el:1.5 emacs/lisp/calc/calc-units.el:1.6
*** emacs/lisp/calc/calc-units.el:1.5   Wed Jan 15 10:16:25 2003
--- emacs/lisp/calc/calc-units.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.
***************
*** 63,74 ****
      ( tpt     "in/72.27"           "Point (TeX conventions)" )
      ( Ang     "1e-10 m"            "Angstrom" )
      ( mfi     "mi+ft+in"           "Miles + feet + inches" )
!      
      ;; Area
      ( hect    "10000 m^2"          "*Hectare" )
      ( acre    "mi^2 / 640"         "Acre" )
      ( b       "1e-28 m^2"          "Barn" )
!      
      ;; Volume
      ( l       "1e-3 m^3"           "*Liter" )
      ( L       "1e-3 m^3"           "Liter" )
--- 63,74 ----
      ( tpt     "in/72.27"           "Point (TeX conventions)" )
      ( Ang     "1e-10 m"            "Angstrom" )
      ( mfi     "mi+ft+in"           "Miles + feet + inches" )
! 
      ;; Area
      ( hect    "10000 m^2"          "*Hectare" )
      ( acre    "mi^2 / 640"         "Acre" )
      ( b       "1e-28 m^2"          "Barn" )
! 
      ;; Volume
      ( l       "1e-3 m^3"           "*Liter" )
      ( L       "1e-3 m^3"           "Liter" )
***************
*** 83,89 ****
      ( vol     "tsp+tbsp+ozfl+cup+pt+qt+gal" "Gallons + ... + teaspoons" )
      ( galC    "4.54609 l"          "Canadian Gallon" )
      ( galUK   "4.546092 l"         "UK Gallon" )
!      
      ;; Time
      ( s       nil                  "*Second" )
      ( sec     "s"                  "Second" )
--- 83,89 ----
      ( vol     "tsp+tbsp+ozfl+cup+pt+qt+gal" "Gallons + ... + teaspoons" )
      ( galC    "4.54609 l"          "Canadian Gallon" )
      ( galUK   "4.546092 l"         "UK Gallon" )
! 
      ;; Time
      ( s       nil                  "*Second" )
      ( sec     "s"                  "Second" )
***************
*** 99,106 ****
      ( mph     "mi/hr"              "*Miles per hour" )
      ( kph     "km/hr"              "Kilometers per hour" )
      ( knot    "nmi/hr"                     "Knot" )
!     ( c       "2.99792458e8 m/s"    "Speed of light" )     
!      
      ;; Acceleration
      ( ga      "9.80665 m/s^2"      "*\"g\" acceleration" )
  
--- 99,106 ----
      ( mph     "mi/hr"              "*Miles per hour" )
      ( kph     "km/hr"              "Kilometers per hour" )
      ( knot    "nmi/hr"                     "Knot" )
!     ( c       "2.99792458e8 m/s"    "Speed of light" )
! 
      ;; Acceleration
      ( ga      "9.80665 m/s^2"      "*\"g\" acceleration" )
  




reply via email to

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