Commit graph

2729 commits

Author SHA1 Message Date
Eric S. Raymond
d3af54acef Rewritten. A poor choice of representation made the old code excessively
complex.  The new version is smaller and faster.  The interface is
unchanged, except that ring-remove now accepts an optional numeric argument
specifying the element to remove.
1993-04-25 22:26:48 +00:00
Eric S. Raymond
41dc743ded Added and fixed documentation.
(ring-rotate):  Nuked.  It was (a) unused, and (b) totally broken (as in,
any attempt to use it died with a type error, and when I patched it to fix
that I found its algorithm was broken).
(ring-ref): Added doc string.
1993-04-25 06:14:03 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00
Eric S. Raymond
cdccfc0d1c Initial revision 1993-04-23 03:54:38 +00:00
Eric S. Raymond
c36881cfa6 (define-function): Changed name back to defalisaases to get things in
a known-good state.
1993-04-23 03:43:33 +00:00
Richard M. Stallman
6101b31fb0 (byte-compile, byte-compile-keep-pending)
(byte-compile-file-form-defmumble): Generate define-function
rather than fset, to install definitions for defun, defmacro, etc.
1993-04-17 01:26:24 +00:00
Roland McGrath
e2b6138f10 (update-file-autoloads, update-directory-autoloads): If called
interactively, save generated-autoload-file when done.
1993-04-14 19:56:19 +00:00
Eric S. Raymond
64e07c7ba7 (lm-commentary-region): Gone.
(lm-commentary): New function.
1993-04-14 03:34:42 +00:00
Roland McGrath
da8826b498 (generate-file-autoloads): Doc fix. 1993-04-08 21:47:39 +00:00
Richard M. Stallman
6de6752c6c Add copyright notice. 1993-04-08 06:57:54 +00:00
Richard M. Stallman
efb8f835e5 (eval-defun): Rename argument to avoid collision.
(eval-last-sexp): Likewise.
1993-04-01 22:20:19 +00:00
Eric S. Raymond
0b2974abfe *** empty log message *** 1993-03-30 16:22:39 +00:00
Richard M. Stallman
e15765f5e2 (try-face-font, find-face, get-face): New aliases. 1993-03-27 18:01:28 +00:00
Eric S. Raymond
68756f1f77 (lm-last-modified-date) Fixed return bug.
(lm-uthor, lm-maintainer) These now return cons pairs, not strings.
1993-03-25 01:57:43 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Jim Blandy
ec9a76e3d1 * simple.el (comment-indent-function): New variable, intended to
replace comment-indent-hook.
	(comment-indent-hook): Make this default to nil now.
	(indent-for-comment): If comment-indent-hook is non-nil, call it
	for backward compatibility; otherwise, call
	comment-indent-function.
	* bytecomp.el: Declare comment-indent-hook an obsolete variable.
1993-03-21 07:04:44 +00:00
Jim Blandy
221c5fd8ff *** empty log message *** 1993-03-20 20:14:00 +00:00
Eric S. Raymond
e9571d2a21 Add or correct keywords 1993-03-18 21:29:42 +00:00
Eric S. Raymond
3109d63f84 Initial revision 1993-03-17 17:19:16 +00:00
Eric S. Raymond
76550a57f9 Add standard library headers. 1993-03-17 17:17:05 +00:00
Eric S. Raymond
aae56ea7ca Add standard library headers. 1993-03-17 16:56:02 +00:00
Eric S. Raymond
c7986c1876 Initial revision 1993-03-17 16:26:48 +00:00
Eric S. Raymond
3b1e4dd1eb Add standard library headers. 1993-03-17 15:58:09 +00:00
Eric S. Raymond
c84729481b Added standard library headers. 1993-03-17 15:20:58 +00:00
Jim Blandy
2e94b81346 Doc fix. 1993-03-16 18:36:27 +00:00
Jim Blandy
1db01b1ab5 * bytecomp.el (byte-compile-from-buffer): Put buffer containing
compiled code in binary overwrite mode.
1993-03-16 18:35:04 +00:00
Jim Blandy
7d18d35c95 *** empty log message *** 1993-03-15 20:40:34 +00:00
Jim Blandy
3e6580d01d *** empty log message *** 1993-03-14 05:50:49 +00:00
Jim Blandy
be8320a764 * bytecomp.el: Declare suspend-hook to be an obsolete variable. 1993-03-11 07:02:11 +00:00
Jim Blandy
330fba95d2 *** empty log message *** 1993-03-09 23:40:36 +00:00
Jim Blandy
92e30bc5e0 Initial revision 1993-03-09 23:02:46 +00:00
Richard M. Stallman
bb621b01c9 entered into RCS 1993-03-08 07:44:39 +00:00
Richard M. Stallman
5f1d59f437 *** empty log message *** 1993-03-07 20:57:30 +00:00
Richard M. Stallman
ecc71b7f7d *** empty log message *** 1993-03-07 07:32:47 +00:00
Richard M. Stallman
f448b83429 Initial revision 1993-03-07 04:10:02 +00:00
Jim Blandy
6798a38571 * autoload.el (generate-file-autoloads): Add another
save-excursion so that point is before the generated autoloads
	after we scan the file.
1993-03-02 07:21:44 +00:00
Jim Blandy
1de6a9711d Removed assigment to foo in byte-compile-lambda. 1993-02-23 13:21:13 +00:00
Roland McGrath
7e4263eb77 (generate-file-autoloads): If no buffer was visiting FILE when we started,
kill the buffer we create.
1993-02-17 21:30:21 +00:00
Richard M. Stallman
b890df1a7a (byte-compile-lambda): Test of byte-compile-compatibility was backwards. 1993-02-17 20:29:57 +00:00
Jim Blandy
6338c7ba53 * lisp-mode.el (lisp-fill-paragraph): New function.
(shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph.
1993-02-14 14:33:44 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
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