This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; modified version of zap-to-char from emacs CVS | |
;; | |
;; http://cvs.savannah.gnu.org/viewvc/emacs/emacs/lisp/simple.el?revision=1.1&view=markup | |
;; | |
;; Uncomment one line to get up-to-char behavior, as referenced in | |
;; | |
;; http://www.emacswiki.org/emacs/ZapToCharUsage#toc4 | |
(defun zap-up-to-char (arg char) | |
"Kill up to ARG'th occurrence of CHAR. |