comparison lisp/macros.el @ 216:2c663336acaf

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Mar 1991 19:46:44 +0000
parents 9697c13298e5
children 8977ce293397
comparison
equal deleted inserted replaced
215:8b1123702915 216:2c663336acaf
18 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 18 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19 19
20 20
21 (defun name-last-kbd-macro (symbol) 21 (defun name-last-kbd-macro (symbol)
22 "Assign a name to the last keyboard macro defined. 22 "Assign a name to the last keyboard macro defined.
23 One arg, a symbol, which is the name to define. 23 Argument SYMBOL is the name to define.
24 The symbol's function definition becomes the keyboard macro string. 24 The symbol's function definition becomes the keyboard macro string.
25 Such a \"function\" cannot be called from Lisp, but it is a valid command 25 Such a \"function\" cannot be called from Lisp, but it is a valid command
26 definition for the editor command loop." 26 definition for the editor command loop."
27 (interactive "SName for last kbd macro: ") 27 (interactive "SName for last kbd macro: ")
28 (or last-kbd-macro 28 (or last-kbd-macro