emacs/lisp/emacs-lisp
Jim Blandy ed015bddf7 * disass.el (disassemble): Add autoload cookie for this.
* bytecomp.el (byte-decompile-bytecode): Add an autoload for this.

	compiled-function-p has been renamed to byte-code-function-p.
	* subr.el: Define compiled-function-p as an alias for it.
	* bytecomp.el: Register compiled-function-p as obsolete.
	* bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
	uses.

	unread-command-event has been replaced by unread-command-events.
	* simple.el (prefix-arg-internal): Use this to push back all
	key sequences for processing by the main command loop, instead of
	trying to simulate its behavior ourselves.
	* bytecomp.el: Document unread-command-event as an obsolete
	variable, although nothing but the GNU Emacs 19 sources use it.
	Adjust obsolescence message for unread-command-char.
	* comint.el (comint-dynamic-list-completions): Change uses of
	unread-command-event to work with unread-command-events.
	* ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
	Same.
	* edebug.el (edebug-outside-excursion): Same.
	* ehelp.el (electric-help-command-loop): Same.
	* electric.el (Electric-command-loop): Same.
	* emerge.el (emerge-show-file-name): Same.
	* fortran.el (fortran-abbrev-start,
	fortran-window-create-momentarily): Same.
	* gnus.el (gnus-Subject-next-article): Same.
	* info.el (Info-summary): Same.
	* isearch-mode.el (isearch-update, isearch-unread): Same.
	* map-ynp.el (map-y-or-n-p): Same.
	* mlsupport.el (push-back-character): Same.
	* replace.el (perform-replace): Same.
	* simula.el (simula-electric-label): Same.
	* subr.el (read-quoted-char, momentary-string-display): Same.
	* sun-mouse.el (mouse-second-hit): Same.
	* terminal.el (te-escape-extended-command-unread): Same.
	* vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
	vip-prefix-arg-com): Same.
1993-01-26 01:36:02 +00:00
..
autoload.el * autoload.el (make-autoload): When creating an autoload 1992-11-07 06:10:53 +00:00
backquote.el Dox fix. 1992-10-03 18:03:17 +00:00
byte-opt.el compiled-function-p has been renamed to byte-code-function-p. 1993-01-26 01:29:51 +00:00
bytecomp.el * disass.el (disassemble): Add autoload cookie for this. 1993-01-26 01:36:02 +00:00
cl-indent.el entered into RCS 1992-07-22 04:22:30 +00:00
copyright.el (update-copyright): Doc fix. 1993-01-09 00:01:00 +00:00
cust-print.el (custom-prin1-chars): Var defined, and renamed from prin1-chars. 1992-10-08 06:44:24 +00:00
debug.el entered into RCS 1992-07-22 04:22:30 +00:00
disass.el * disass.el (byte-compile): Specify that the 'byte-compile feature 1992-11-16 01:28:48 +00:00
edebug.el entered into RCS 1992-07-22 20:59:53 +00:00
float.el entered into RCS 1992-07-22 04:22:30 +00:00
helper.el entered into RCS 1992-07-22 04:22:30 +00:00
lisp-mnt.el entered into RCS 1992-07-27 05:31:49 +00:00
lisp-mode.el entered into RCS 1992-09-18 18:47:19 +00:00
lisp.el entered into RCS 1992-07-22 04:22:30 +00:00
profile.el entered into RCS 1992-07-22 04:22:30 +00:00
ring.el entered into RCS 1992-08-02 02:34:06 +00:00
tq.el Doc fixes. Make tq-create autoload. 1992-09-21 15:01:37 +00:00