comparison lisp/macros.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents 1507978a453c
children 4f28bd14272c
comparison
equal deleted inserted replaced
658:7cbd4fcd8b0f 659:505130d1ddf8
1 ;; Non-primitive commands for keyboard macros. 1 ;;; macros.el --- non-primitive commands for keyboard macros.
2
2 ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
171 (set-marker end-marker nil) 172 (set-marker end-marker nil)
172 (set-marker next-line-marker nil)))) 173 (set-marker next-line-marker nil))))
173 174
174 ;;;###autoload 175 ;;;###autoload
175 (define-key ctl-x-map "q" 'kbd-macro-query) 176 (define-key ctl-x-map "q" 'kbd-macro-query)
177
178 ;;; macros.el ends here