Changeset 3892 for vendor/emacs-CVS_HEAD/lisp/calc/calc-units.el
- Timestamp:
- 10/02/05 07:23:38 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/calc/calc-units.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/calc/calc-units.el
r3799 r3892 516 516 (and n (setq math-units-table-buffer-valid nil)) 517 517 (math-build-units-table-buffer t) 518 (message (substitute-command-keys "Type \\[calc] to return to the Calculator")))518 (message "%s" (substitute-command-keys "Type \\[calc] to return to the Calculator"))) 519 519 520 520 (defun calc-define-unit (uname desc)
