;ELC   
;;; Compiled by pot@pot.cnuce.cnr.it on Tue Mar 18 15:48:14 2003
;;; from file /home/pot/gnu/emacs-pretest.new/lisp/misc.el
;;; in Emacs version 21.3
;;; with bytecomp version 2.85.4.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`misc.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


#@248 Copy characters from previous nonblank line, starting just above point.
Copy ARG characters, but not past the end of that line.
If no argument given, copy the entire rest of the line.
The characters copied are inserted in the buffer before point.
(defalias 'copy-from-above-command #[(&optional arg) "i\304\305\212\306 \210\307u\210\310\304x\210\311\n!\210\203 \312!\202  d\niW\203D h\313U\203A \314	i\nZ^\315\"	\211i\nZ^Z\202D \307u\210`\212\304\210`)	`\\^{P)c+\207" [string n cc arg nil "" beginning-of-line -1 "	\n" move-to-column prefix-numeric-value 9 make-string 32] 5 (#$ . 611) "P"])
(provide 'misc)
