Karl Heuer
6deb154314
(checkdoc-eval-defun): Doc fix.
...
(checkdoc-continue, checkdoc-tripple-semi-comment-check-flag): Ditto.
(checkdoc-common-verbs-wrong-voice): Use dotted pairs.
1998-06-19 19:21:23 +00:00
Richard M. Stallman
8b0697787a
(find-function-on-key): Don't discard up event after down event.
1998-06-14 19:04:40 +00:00
Richard M. Stallman
a440f81d29
(elisp-eval-region): Accept new arg read-function; also handle
...
load-read-function.
1998-06-13 04:34:18 +00:00
Richard M. Stallman
63987c84b1
(eval-defun): Pass read function to
...
eval-region as arg, instead of binding load-read-function.
1998-06-13 04:33:31 +00:00
Dan Nicolaescu
707ee44899
*** empty log message ***
1998-06-06 20:22:47 +00:00
Karl Heuer
fcd61c5693
Comment fix.
1998-06-05 16:25:25 +00:00
Karl Heuer
b9edcafb51
(byte-compile-lambda): Fix previous change.
1998-06-04 06:11:30 +00:00
Karl Heuer
961c963df3
(find-function-noselect): Don't call
...
format twice with the error message. Quote the function name
before splicing into regexp.
1998-06-03 14:39:19 +00:00
Karl Heuer
3d1ef62e40
(easy-mmode-define-minor-mode): Add missing format arg.
1998-06-01 02:59:23 +00:00
Richard M. Stallman
18baef8fa9
(make-autoload): Doc fix.
1998-05-26 05:17:02 +00:00
Richard M. Stallman
fc89daeeaf
(make-autoload): Add support for define-derived-mode. Update the
...
doc-string accordingly.
1998-05-26 05:14:52 +00:00
Richard M. Stallman
2d75b39535
(eval-defun): Pass proper beg to eval-region.
1998-05-25 22:40:45 +00:00
Richard M. Stallman
3eb6864cde
(generate-file-autoloads): Set
...
print-escape-nonascii when printing autoload form.
1998-05-25 20:32:19 +00:00
Richard M. Stallman
f10f694856
(byte-boolean-vars): Add print-escape-nonascii.
1998-05-25 20:31:58 +00:00
Richard M. Stallman
bf92b5a4d6
(lisp-indent-error-function): New variable.
...
(common-lisp-indent-function): Bind lisp-indent-error-function.
(lisp-indent-report-bad-format): Use lisp-indent-error-function.
1998-05-24 16:58:32 +00:00
Richard M. Stallman
545128a805
(easy-menu-do-add-item): Small simplifications.
...
(easy-menu-precalculate-equivalent-keybindings): New customization variable.
(easy-menu-add): Precalculate key bindings if
`easy-menu-precalculate-equivalent-keybindings' is on.
1998-05-23 04:26:39 +00:00
Richard M. Stallman
5fecb21aeb
Many doc fixes.
...
Put two spaces between sentences.
(checkdoc-this-string-valid-engine): Fix message.
(checkdoc-ispell-lisp-words): Add "emacs".
1998-05-23 00:51:44 +00:00
Richard M. Stallman
f0d527fcb7
Indent `with-standard-io-syntax' correctly.
1998-05-22 04:42:48 +00:00
Richard M. Stallman
3a6a40e55b
Whitespace change.
1998-05-21 01:55:57 +00:00
Richard M. Stallman
fb639443f9
(byte-compile-insert-header): Do not look for multibyte characters here.
...
Generate the right file header for use if there are none.
Insert a line of semicolons for subsequent deletion if needed.
(byte-compile-fix-header): New function.
This updates the file header if the file uses multibyte characters.
(byte-compile-from-buffer): Call byte-compile-insert-header
before compiling, and byte-compile-fix-header at the end.
1998-05-19 02:59:42 +00:00
Richard M. Stallman
c519f68fa9
(debugger-frame-clear): Doc fix.
1998-05-17 22:02:49 +00:00
Eric M. Ludlam
a4370a7744
Updated with latest version. Changes include:
...
Added checks for basics in messages using `error'.
Added check for symbols that are both functions and symbols.
These references are ambiguous and should be prefixed with
"function", or "variable". Added auto-fix for this also.
Added auto fix for args that do not occur in the doc string.
Fixed question about putting a symbol in `quotes'.
Added spaces to the end of all y/n questions.
Added checks for y/n question endings to require "? "
1998-05-17 13:20:26 +00:00
Richard M. Stallman
6ebe9f826f
(byte-decompile-bytecode-1):
...
Cope with an out-of-range constvec index.
1998-05-15 05:49:05 +00:00
Richard M. Stallman
2036d16f51
(ad-handle-definition, defadvice): Fix error messages.
1998-05-14 05:39:59 +00:00
Richard M. Stallman
a56d55b703
(disassemble-1): Reference bytecode string as unibyte.
1998-05-14 00:57:14 +00:00
Richard M. Stallman
d57d06cb6e
(byte-compile-insert-header): Fix prev chg.
1998-05-13 04:48:48 +00:00
Richard M. Stallman
1596952ed4
(byte-compile-from-buffer):
...
Insert the output file header after compiling all the input.
(byte-compile-output-file-form): Major cleanup.
If output file contains multibyte chars,
insist on Emacs 20 when loading.
1998-05-13 00:03:19 +00:00
Richard M. Stallman
168b2d0d5a
(easy-menu-change): Add autoload cookie.
1998-05-11 23:34:25 +00:00
Richard M. Stallman
1cdb6e7c67
(byte-compile-output-docform): Use position-bytes.
1998-05-10 03:50:03 +00:00
Richard M. Stallman
1f43a8c647
(find-function-noselect): Autoload it.
1998-05-09 19:53:47 +00:00
Richard M. Stallman
6b797f0613
(generate-file-autoloads): Handle progn forms generated by
...
make-autoload: print just the first subform with print-escape-newlines.
1998-05-09 07:02:50 +00:00
Richard M. Stallman
36f8d564cd
(edebug-all-forms): Add autoload cookie.
...
(edebug-all-defs): Likewise.
1998-05-07 23:31:26 +00:00
Richard M. Stallman
248a9f6d2f
(list-load-path-shadows): Don't say
...
anything if we are not interactive and nothing is wrong.
1998-05-04 01:22:17 +00:00
Richard M. Stallman
3d5b223404
(popup-menu-popup): Fix typo: set menu-keymap.
1998-05-01 03:51:57 +00:00
Richard M. Stallman
d886825394
(easy-menu-define-key): Fixed bug with BEFORE
...
argument. Now it works also if you repeat an identical call to
easy-menu-define-key.
1998-04-28 20:03:07 +00:00
Richard M. Stallman
aabf58d159
(copyright-regexp): Put \251 before the multibyte copyright symbol.
1998-04-24 20:58:03 +00:00
Richard M. Stallman
8acc018fe0
Indent defpackage correctly.
1998-04-24 19:43:52 +00:00
Richard M. Stallman
c78fb6a6fb
Use new menu item format. Don't simulate button prefix.
...
(easy-menu-create-menu): Understand also keywords :active,
:label and :visible. Don't worry about button prefix.
(easy-menu-button-prefix): Modified value.
(easy-menu-do-add-item): Extensive changes to use new menu item format.
(easy-menu-define-key, easy-menu-always-true): New functions.
(easy-menu-make-symbol): Don't use indirection for symbols.
Property `menu-alias' not set.
(easy-menu-filter, easy-menu-update-button): Deleted.
(easy-menu-add-item): Don't worry about button prefix.
(easy-menu-remove-item): Don't worry about button prefix.
Use `easy-menu-define-key'.
(easy-menu-is-button, easy-menu-have-button): Deleted.
(easy-menu-real-binding, easy-menu-change-prefix): Deleted.
1998-04-24 01:54:09 +00:00
Richard M. Stallman
746dd29821
(byte-compile-file): Always read the file in multibyte mode
...
unless the file itself specifies unibyte mode.
1998-04-23 21:24:29 +00:00
Richard M. Stallman
d016f81992
(easy-menu-do-add-item):
...
Do the right thing when nil is specified as criterion for activeness.
Fix string used to report an invalid item.
1998-04-21 04:54:46 +00:00
Richard M. Stallman
ab210d1b80
(cl-do-arglist): Undo previous change.
1998-04-20 22:06:27 +00:00
Dan Nicolaescu
cd32a7baa4
*** empty log message ***
1998-04-20 02:34:53 +00:00
Dan Nicolaescu
42dfe0ad13
*** empty log message ***
1998-04-18 19:48:40 +00:00
Richard M. Stallman
382668c707
Update copyright years.
1998-04-18 17:09:18 +00:00
Richard M. Stallman
3060a06227
(edebug-compute-previous-result):
...
Don't pass floating value to single-key-description.
1998-04-18 14:36:05 +00:00
Richard M. Stallman
43fd1680f9
(byte-after-unbind-ops): Delete byte-equal.
1998-04-17 02:00:04 +00:00
Richard M. Stallman
89ec7f07d1
(find-function-on-key):
...
If definition is a list, don't call find-function-other-window.
Handle mouse events (code copied from describe-key-briefly).
(find-function-do-it): Doc fix.
(find-function-noselect): Doc fix.
1998-04-17 00:43:15 +00:00
Karl Heuer
170c97338b
(byte-compile-warn-about-unresolved-functions): Fix whitespace.
1998-04-15 06:10:51 +00:00
Andreas Schwab
aa6356917b
(byte-compile-warnings): Fix customize
...
type.
1998-04-14 10:43:27 +00:00
Karl Heuer
7dbce55e8f
(eval-defun): Arrange to use eval-region
...
even if we have to alter the form.
1998-04-13 06:55:34 +00:00