comparison lisp/misc.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 83f275dcd93a
children 253f761ad37b
comparison
equal deleted inserted replaced
18382:0e4943a370e2 18383:11218164bc54
1 ;;; misc.el --- basic editing commands for Emacs 1 ;;; misc.el --- some nonstandard basic editing commands for Emacs
2 2
3 ;; Copyright (C) 1989 Free Software Foundation, Inc. 3 ;; Copyright (C) 1989 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: FSF 5 ;; Maintainer: FSF
6 6
53 (point) 53 (point)
54 (min (save-excursion (end-of-line) (point)) 54 (min (save-excursion (end-of-line) (point))
55 (+ n (point))))))) 55 (+ n (point)))))))
56 (insert string))) 56 (insert string)))
57 57
58 (provide 'misc)
59
58 ;;; misc.el ends here 60 ;;; misc.el ends here