Commit graph

537 commits

Author SHA1 Message Date
Richard M. Stallman
3f7e952d9a (narrow-to-defun): New function. 1996-08-29 04:42:40 +00:00
Richard M. Stallman
b26e6764f0 (byte-compile-out-toplevel): Always compile to byte code
if an uninterned symbol appears.
(byte-compile-byte-code-maker): Handle uninterned symbols
in the constant vector.
1996-08-28 22:40:09 +00:00
Richard M. Stallman
5a6037bb41 (byte-compile-funarg-2): New function,
(sort): Use byte-compile-funarg-2.
1996-08-28 21:33:50 +00:00
Richard M. Stallman
fd20f0150d (byte-compile-insert-header): Fix previous change. 1996-08-26 14:46:44 +00:00
Richard M. Stallman
5f17a95a2f (byte-compile-insert-header):
Edit byte-compile-version to extract just the version number.
1996-08-25 23:18:39 +00:00
Richard M. Stallman
c4fb6a3cd6 (byte-compile-version): Use $Revision, not $Id. 1996-08-25 23:14:30 +00:00
Richard M. Stallman
1e09850419 (byte-compile-insert-header): Clean up syntax
(byte-compile-version): Use the RCS version number.
1996-08-25 23:11:07 +00:00
Richard M. Stallman
dc0e03f39e (edebug-trace-display): Save and restore current buffer. 1996-07-24 16:36:41 +00:00
Richard M. Stallman
0f93e41fda (list-load-path-shadows): Doc fix. 1996-07-23 13:56:33 +00:00
Karl Heuer
1fb87c7784 Fix FSF address in comment. 1996-07-20 18:10:35 +00:00
Karl Heuer
c2b7bdc246 (list-load-path-shadows): Fix ambiguous wording. 1996-07-20 06:12:06 +00:00
Noah Friedman
58ee38cab8 (eldoc-mode): Toggle eldoc-mode if no prefix given. 1996-07-14 16:46:25 +00:00
Miles Bader
e56a043b86 (lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted
semicolons.
1996-07-04 05:45:50 +00:00
Richard M. Stallman
37ae4d5c39 (profile-functions): No need to assume that the
current buffer is writable.
(profile-print, profile-results): Changed to display number of
calls and average time per call.
(profile-update-function): Update the number of calls.
(profile-a-function): Init the number of calls.
1996-06-28 07:32:38 +00:00
Richard M. Stallman
f0d2137931 (pp-to-string): Treat #( like (. 1996-06-18 16:22:55 +00:00
Richard M. Stallman
45c2639bdf (make-lucid-menu-keymap): Add menu-alias property. 1996-06-13 21:05:06 +00:00
Richard M. Stallman
41311853f2 (easy-menu-create-keymaps): Add menu-alias property. 1996-06-13 21:04:52 +00:00
Karl Heuer
efcf38c7c2 Use executing-kbd-macro, not executing-macro. 1996-05-29 17:17:34 +00:00
Erik Naggum
b035a6780c Fixed up initial line 1996-05-20 21:07:10 +00:00
Richard M. Stallman
8060ee8f14 Lots of fixes. 1996-05-11 11:08:11 +00:00
Richard M. Stallman
305851165a (gulp-search-path, gulp-packages): Variable deleted.
(gulp-send-requests): Make the list of packages from scratch here.
Read directory name with the minibuffer.
1996-05-07 05:55:11 +00:00
Richard M. Stallman
3ecaf18e6b Initial revision 1996-05-07 00:55:56 +00:00
Richard M. Stallman
36f0f2b12a (defstruct): Treat multi-nested :include properly.
(flet): Warn when flet rebinds a macro name.
(labels): Rewrite to be fully CL-compliant.
1996-04-16 04:36:21 +00:00
Richard M. Stallman
bd9c5e7949 (isqrt): Support expanded range of Lisp integers.
(cl-expt): Bug fix for (expt -1 -N).
(cl-macroexpand-all): Change to support `labels'.
1996-04-16 04:35:38 +00:00
Richard M. Stallman
c757fb07fd (disassemble-internal): Graceful error if compile failed. 1996-04-08 15:36:48 +00:00
Richard M. Stallman
6ccab458cc (elp-instrument-package): Don't instrument keymaps and autoloaded functions. 1996-03-22 14:18:20 +00:00
Richard M. Stallman
f735965834 Comment change. 1996-03-20 13:30:16 +00:00
Richard M. Stallman
4d2790ad51 (lisp-fill-paragraph): Treat code-and-comment case specially. 1996-03-17 15:38:50 +00:00
Erik Naggum
76f61009c7 (equalp): Use string-equal on strings. 1996-03-08 18:30:12 +00:00
Richard M. Stallman
6193939604 (profile-convert-byte-code): New function.
(profile-a-function): Use profile-convert-byte-code.
1996-03-08 17:44:00 +00:00
Richard M. Stallman
ed16b6f28a (post-command-idle-hook, post-command-idle-delay): Mark obsolete. 1996-03-06 06:10:02 +00:00
Richard M. Stallman
e5b633cf70 (equalp): Correctly compare last elt of two lists. 1996-03-05 22:53:55 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Simon Marshall
eaec854f6d Save if reqd in emacs-lisp-byte-compile-and-load. 1996-02-29 08:19:46 +00:00
Richard M. Stallman
c9eab4beee (timeout-event-p): Function deleted. 1996-02-28 01:22:11 +00:00
Karl Heuer
8545ff2f55 Comments censored. 1996-02-21 21:39:11 +00:00
Karl Heuer
4c06fbeee7 (lisp-fill-paragraph): When filling a comment,
find paragraph bounds by hand, and pass the SQUEEZE-AFTER arg
to fill-region-as-paragraph.
1996-02-21 21:26:11 +00:00
Richard M. Stallman
ca4bd734d2 Change defconst into defvar. Many doc fixes. 1996-02-08 04:13:11 +00:00
Erik Naggum
470c5afecb Fix the FSF address again. 1996-02-06 21:35:20 +00:00
Richard M. Stallman
d5eead69fe (lm-header-prefix): New variable.
(lm-comment-column): defvar moved.
(lm-history-header, lm-commentary-header):  New variables.
(lm-get-header-re, lm-get-package-name): New functions.
(lm-code-mark):	defun --> defsubst.
(lm-history-mark, lm-commentary-mark): New functions.
(lm-header): Now accepts RCS ident style headers.
(lm-summary): Now accepts unix `what' commands prefix @(#).
(lm-crack-address, lm-authors, lm-maintainer, lm-insert-at-column):
(lm-creation-date, lm-last-modified-date, lm-version):
(lm-keywords, lm-adapted-by): Comments made into doc strings.
(lm-commentary): Added more tolerant 'cond' case.
Now uses functions lm-commentary-mark, lm-... to get points.
(lm-verify): Made interactive. Added more check points in the last prog1.
(lm-synopsis): Made interactive.
1996-02-06 19:07:41 +00:00
Richard M. Stallman
3272c16200 (lisp-mode-variables): Locally clear adaptive-fill-mode. 1996-02-05 17:43:22 +00:00
Richard M. Stallman
f9636fb2c4 (lm-insert-at-column): Renamed from insert-at-column.
All callers changed.
(lm-synopsis): Add interactive spec.
1996-02-04 21:30:40 +00:00
Karl Heuer
e8a74167d7 (tq-process-buffer): Fix error format string. 1996-01-29 23:18:47 +00:00
Karl Heuer
7e0846530a (byte-compile-log-1): Delete format call inside message. 1996-01-29 21:09:23 +00:00
Richard M. Stallman
b5e89ed1d7 (lisp-fill-paragraph): Use fill-paragraph once again for filling a comment. 1996-01-26 19:47:32 +00:00
Karl Heuer
38fb372206 (list-load-path-shadows): Pass proper format string to message.
(list-load-path-shadows): Delete format call inside message.
1996-01-25 01:16:14 +00:00
Karl Heuer
40ba5f3f7a (lm-report-bug): Pass proper format string to message. 1996-01-25 00:55:13 +00:00
Karl Heuer
00e40cc96e (emacs-lisp-mode-map): Avoid duplicate in menu bindings. 1996-01-24 23:28:37 +00:00
Roland McGrath
d5aa62ec56 (update-file-autoloads): Only give "up to date" msg if (interactive-p).
(update-autoloads-from-directory): Call expand-file-name on arg.
1996-01-21 20:20:46 +00:00
Erik Naggum
06115f9d41 (pp-eval-expression): Use frame-width' instead of screen-width'. 1996-01-19 11:24:34 +00:00