Mercurial > emacs
comparison lisp/calc/calc-prog.el @ 90261:7beb78bc1f8e
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 616-696)
- Add lisp/mh-e/.arch-inventory
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
- lisp/gnus/ChangeLog: Remove duplicate entry
* gnus--rel--5.10 (patch 147-181)
- Update from CVS
- Merge from emacs--cvs-trunk--0
- Update from CVS: lisp/mml.el (mml-preview): Doc fix.
- Update from CVS: texi/message.texi: Fix default values.
- Update from CVS: texi/gnus.texi (RSS): Addition.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 16 Jan 2006 08:37:27 +0000 |
parents | ee12d75eb214 738cfb5e451f |
children | c5406394f567 |
comparison
equal
deleted
inserted
replaced
90260:0ca0d9181b5e | 90261:7beb78bc1f8e |
---|---|
665 (defun calc-user-define-invocation () | 665 (defun calc-user-define-invocation () |
666 (interactive) | 666 (interactive) |
667 (or last-kbd-macro | 667 (or last-kbd-macro |
668 (error "No keyboard macro defined")) | 668 (error "No keyboard macro defined")) |
669 (setq calc-invocation-macro last-kbd-macro) | 669 (setq calc-invocation-macro last-kbd-macro) |
670 (message "Use `M-# Z' to invoke this macro")) | 670 (message "Use `C-x * Z' to invoke this macro")) |
671 | 671 |
672 (defun calc-user-define-edit () | 672 (defun calc-user-define-edit () |
673 (interactive) ; but no calc-wrapper! | 673 (interactive) ; but no calc-wrapper! |
674 (message "Edit definition of command: z-") | 674 (message "Edit definition of command: z-") |
675 (let* (cmdname | 675 (let* (cmdname |