comparison lisp/emacs-lisp/testcover.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents ab0708d3bb41
children b3327f1ed9e1 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
443 "Moves point to next line in current buffer that has a splotch." 443 "Moves point to next line in current buffer that has a splotch."
444 (interactive) 444 (interactive)
445 (goto-char (next-overlay-change (point))) 445 (goto-char (next-overlay-change (point)))
446 (end-of-line)) 446 (end-of-line))
447 447
448 ;;; arch-tag: 72324a4a-4a2e-4142-9249-cc56d6757588
448 ;; testcover.el ends here. 449 ;; testcover.el ends here.