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: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-units.el
Date: Sun, 18 Sep 2005 08:42:36 -0400

Index: emacs/lisp/calc/calc-units.el
diff -c emacs/lisp/calc/calc-units.el:1.18 emacs/lisp/calc/calc-units.el:1.19
*** emacs/lisp/calc/calc-units.el:1.18  Thu Jul 14 19:52:35 2005
--- emacs/lisp/calc/calc-units.el       Sun Sep 18 12:42:35 2005
***************
*** 515,521 ****
    (interactive "P")
    (and n (setq math-units-table-buffer-valid nil))
    (math-build-units-table-buffer t)
!   (message (substitute-command-keys "Type \\[calc] to return to the 
Calculator")))
  
  (defun calc-define-unit (uname desc)
    (interactive "SDefine unit name: \nsDescription: ")
--- 515,521 ----
    (interactive "P")
    (and n (setq math-units-table-buffer-valid nil))
    (math-build-units-table-buffer t)
!   (message "%s" (substitute-command-keys "Type \\[calc] to return to the 
Calculator")))
  
  (defun calc-define-unit (uname desc)
    (interactive "SDefine unit name: \nsDescription: ")




reply via email to

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