Commit graph

88 commits

Author SHA1 Message Date
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
Jim Blandy
96d699f33e 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.
1993-01-26 01:29:51 +00:00
Roland McGrath
d680e99c81 (update-copyright): Doc fix. 1993-01-09 00:01:00 +00:00
Jim Blandy
d28a192521 * disass.el (byte-compile): Specify that the 'byte-compile feature
is provided in the file "bytecomp".
1992-11-16 01:28:48 +00:00
Jim Blandy
79d52eea3e * bytecomp.el: Declare unread-command-char an obsolete variable.
* bytecomp.el: (require 'backquote).
1992-11-16 01:21:50 +00:00
Jim Blandy
4489336084 * autoload.el (make-autoload): When creating an autoload
invocation for a macro, pass (list 'quote 'macro) as the sixth
	argument, not just t.  autoload's sixth argument is now a type
	instead of just a boolean value, so we should use a value which
	reflects that.
1992-11-07 06:10:53 +00:00
Richard M. Stallman
ffc394dd58 (byte-compile-lambda):
Don't compile the interactive spec if it is a call to `list'.
1992-10-31 09:27:47 +00:00
Richard M. Stallman
92ad69b62e (custom-prin1-chars): Var defined, and renamed from prin1-chars.
(circle-tree, circle-table): Define vars.
(cust-print-vector, cust-print-list): Rename level to circle-level.
(cust-print-top-level): Likewise.
(circle-level): Var defined.
1992-10-08 06:44:24 +00:00
Richard M. Stallman
fb252f97f1 CP:: changed to cust-print- in all names.
Lots of doc fixes.
1992-10-07 09:09:19 +00:00
Christopher Zaborsky
c2ced5d8c1 Doc fix. 1992-10-06 21:01:11 +00:00
Richard M. Stallman
af36339a34 Dox fix. 1992-10-03 18:03:17 +00:00
Christopher Zaborsky
fd8bf90337 Dox Fix 1992-09-27 17:30:03 +00:00
Richard M. Stallman
09f119939b Doc fixes. Make tq-create autoload. 1992-09-21 15:01:37 +00:00
Richard M. Stallman
cfe158ab34 entered into RCS 1992-09-18 18:47:19 +00:00
Richard M. Stallman
ab94e6e795 entered into RCS 1992-09-13 19:05:13 +00:00
Richard M. Stallman
078a88f4d6 entered into RCS 1992-09-12 22:48:30 +00:00
Jim Blandy
9e2b097b26 *** empty log message *** 1992-08-12 12:57:12 +00:00
Jim Blandy
7e1dae733a entered into RCS 1992-08-12 12:50:10 +00:00
Jim Blandy
73a73a3876 *** empty log message *** 1992-08-05 05:01:42 +00:00
Jim Blandy
0b030df78b *** empty log message *** 1992-08-04 04:09:07 +00:00
Richard M. Stallman
73183f2b65 entered into RCS 1992-08-02 02:34:06 +00:00
Richard M. Stallman
3315a6a3a4 *** empty log message *** 1992-07-31 02:30:04 +00:00
Eric S. Raymond
0fc37e7d20 entered into RCS 1992-07-27 05:31:49 +00:00
Richard M. Stallman
ab67260b08 *** empty log message *** 1992-07-27 02:56:28 +00:00
Jim Blandy
e51e47f729 entered into RCS 1992-07-22 20:59:53 +00:00
Jim Blandy
3eac99106c *** empty log message *** 1992-07-22 16:55:01 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
5814274441 entered into RCS 1992-07-22 02:58:48 +00:00
Richard M. Stallman
fd5285f3e3 *** empty log message *** 1992-07-19 01:07:07 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
fd7fa35a05 *** empty log message *** 1992-07-17 08:15:29 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Jim Blandy
de49a6d37e *** empty log message *** 1992-07-16 21:47:30 +00:00
Jim Blandy
c29118da51 *** empty log message *** 1992-07-16 21:22:55 +00:00
Eric S. Raymond
282d89c00d *** empty log message *** 1992-07-16 06:28:10 +00:00
Eric S. Raymond
4821e2af02 *** empty log message *** 1992-07-15 23:29:10 +00:00
Richard M. Stallman
52799cb807 *** empty log message *** 1992-07-15 20:26:37 +00:00
Eric S. Raymond
83023647e0 *** empty log message *** 1992-07-15 18:48:42 +00:00
Jim Blandy
f98955eaaa *** empty log message *** 1992-07-15 02:24:58 +00:00
Eric S. Raymond
d46bac56ad *** empty log message *** 1992-07-14 19:42:01 +00:00
Richard M. Stallman
70e1dad880 *** empty log message *** 1992-07-14 02:11:50 +00:00
Jim Blandy
1c393159a2 Initial revision 1992-07-10 22:06:47 +00:00
Eric S. Raymond
abeffda95a Initial revision 1992-07-06 20:30:41 +00:00
Jim Blandy
e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Jim Blandy
daa3760289 *** empty log message *** 1992-06-24 05:09:26 +00:00
Roland McGrath
9cfd2eeb81 *** empty log message *** 1992-06-19 20:17:18 +00:00
Richard M. Stallman
328561fc91 *** empty log message *** 1992-06-03 05:58:08 +00:00
Eric S. Raymond
c0274f385f *** empty log message *** 1992-05-30 23:54:21 +00:00
Eric S. Raymond
84fc2cfa7d Initial revision 1992-05-30 23:52:26 +00:00