Dave Love
|
def9389aaa
|
(maphash, map-char-table): Use
byte-compile-funarg.
|
2002-11-19 18:02:07 +00:00 |
|
Dave Love
|
d9881cf17f
|
(side-effect-free-fns): Several
additions.
|
2002-11-19 17:59:30 +00:00 |
|
Stefan Monnier
|
a2e74caa23
|
(multiple-value-call): Add docstring.
|
2002-11-19 15:56:28 +00:00 |
|
Markus Rost
|
4e2ad9eaea
|
(defgroup lisp-shadow): New group name. Previous group name shadow is
used in shadowfile.el.
(shadows-compare-text-p): Use group lisp-shadow.
|
2002-11-19 15:01:56 +00:00 |
|
Markus Rost
|
90620d3dfb
|
(checkdoc-minor-mode): Add group.
|
2002-11-18 04:36:18 +00:00 |
|
Markus Rost
|
060b279a11
|
Add provide call.
|
2002-11-17 22:43:07 +00:00 |
|
Markus Rost
|
000d99237f
|
(update-autoloads-from-directories): Sort the list of files with no
autoloads.
|
2002-11-16 22:41:33 +00:00 |
|
Markus Rost
|
456f0b95dc
|
Add provide call.
|
2002-11-15 05:25:19 +00:00 |
|
Markus Rost
|
b127be31b1
|
(checkdoc-find-error): Use get-file-buffer instead of get-buffer.
|
2002-11-07 16:52:04 +00:00 |
|
Richard M. Stallman
|
574cb02e5c
|
Comment change.
|
2002-11-06 05:07:33 +00:00 |
|
Richard M. Stallman
|
ab8bc7178c
|
(byte-compile-lambda): Handle progn like let, inside interactive spec.
|
2002-11-06 05:07:04 +00:00 |
|
Stefan Monnier
|
a85e4d5887
|
(generate-file-autoloads, update-file-autoloads): Strip .gz extensions.
(update-autoloads-from-directories): Also consider compressed files.
|
2002-11-03 12:37:48 +00:00 |
|
Stefan Monnier
|
833815e8a7
|
(lisp-fill-paragraph): Use fill-comment-paragraph.
|
2002-11-03 03:46:56 +00:00 |
|
Stefan Monnier
|
2df6093916
|
(lisp-fill-paragraph): Use match-string and line-beginning-position.
Don't bother making paragraph-start a superset of paragraph-separate.
|
2002-11-02 01:38:03 +00:00 |
|
Kim F. Storm
|
13b563f53c
|
Fixed typo in docstring.
|
2002-10-27 21:58:18 +00:00 |
|
Jonathan Yavner
|
a5297ce35c
|
Fixed first-line problem for function documentation strings.
|
2002-10-27 16:35:06 +00:00 |
|
Richard M. Stallman
|
40e18430f5
|
(unsafep-variable): Pass second arg to risky-local-variable-p.
|
2002-10-26 22:34:50 +00:00 |
|
Juanma Barranquero
|
1269ae51b1
|
(beginning-of-defun): Fix typo.
|
2002-10-17 16:50:28 +00:00 |
|
Juanma Barranquero
|
a62396ccb3
|
(elint-error, elint-warning): Fix typo.
|
2002-10-17 16:49:14 +00:00 |
|
Juanma Barranquero
|
6b8c2efcd6
|
Fix typo.
|
2002-10-17 15:32:26 +00:00 |
|
Richard M. Stallman
|
8c26d7b356
|
(byte-optimize-form-code-walker): Treat `ignore' specially--prevent
warnings about functions called for effect, in its args.
Don't warn when `pop' is used for effect.
|
2002-10-14 01:33:40 +00:00 |
|
Richard M. Stallman
|
7dab57b625
|
(autoload-print-form): Cleanup.
|
2002-10-14 01:32:25 +00:00 |
|
Richard M. Stallman
|
a6ce686959
|
(define-minor-mode): Doc fix.
|
2002-10-07 22:49:39 +00:00 |
|
Juanma Barranquero
|
0a10297a06
|
Add "no-byte-compile: t" in first line.
|
2002-10-01 17:06:54 +00:00 |
|
Jonathan Yavner
|
7ed9159a5c
|
New major mode "SES" for spreadsheets.
New function (unsafep X) determines whether X is a safe Lisp form.
New support module testcover.el for coverage testing.
|
2002-09-28 18:45:56 +00:00 |
|
Stefan Monnier
|
69d8fb1ee6
|
Use the new usage-in-docstring syntax.
(cl-push, cl-pop): Remove. Use pop and push throughout the file instead.
(cl-transform-lambda): Add usage info to docstring if the arglist is complex.
|
2002-09-27 23:16:27 +00:00 |
|
Stefan Monnier
|
890df022a2
|
(make-autoload): Add usage info to docstring.
(autoload-print-form): Also quote open-[-in-column 0.
|
2002-09-27 23:03:17 +00:00 |
|
Stefan Monnier
|
abfb2fe607
|
(cl-push, cl-pop): Remove. Use pop and push throughout the file instead.
(cl-hash-lookup): Remove.
(cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
(cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
|
2002-09-27 22:32:48 +00:00 |
|
Stefan Monnier
|
ca50d9e6f3
|
(cl-push, cl-pop): Remove.
Use pop and push throughout the file instead.
|
2002-09-27 22:19:22 +00:00 |
|
Stefan Monnier
|
f750141670
|
Don't precompute menu shortcuts during
loading since the current keymaps might be all weird.
|
2002-09-27 22:18:17 +00:00 |
|
Stefan Monnier
|
bb76239ba1
|
(define-minor-mode): Don't add properties
to the name since they're added by mode-line-format already.
(define-minor-mode): Run (,mode -1) when needed.
|
2002-09-27 21:12:12 +00:00 |
|
Stefan Monnier
|
1a40d81d1a
|
(find-library-name): Correctly find "f.el.gz" from "f.elc" or "f.elc.gz".
|
2002-09-25 18:58:37 +00:00 |
|
Stefan Monnier
|
f2d2436d43
|
Add/remove spaces.
|
2002-09-25 17:45:29 +00:00 |
|
Stefan Monnier
|
0f18f01cab
|
(easy-menu-remove): Add docstring.
|
2002-09-19 05:12:24 +00:00 |
|
Stefan Monnier
|
21311ac9ec
|
(ewoc--node-branch): Add docstring.
|
2002-09-19 05:11:48 +00:00 |
|
Richard M. Stallman
|
2b25de040f
|
(byte-compile-output-docform): Don't make the definition dynamic if it
shares structure with the arg list.
|
2002-09-18 16:02:49 +00:00 |
|
Stefan Monnier
|
c8fb3bf9c6
|
(define-minor-mode): Add a :require arg.
Don't call the function during init if mode is on by default.
|
2002-09-13 14:16:02 +00:00 |
|
Stefan Monnier
|
43ce8949e9
|
(find-library-name): Typo.
|
2002-09-12 21:49:55 +00:00 |
|
Stefan Monnier
|
4dbf594b9f
|
(find-library-name): Don't forget the empty suffix. Fix stale variable name.
|
2002-09-12 21:48:20 +00:00 |
|
Stefan Monnier
|
c17e2545b9
|
(syntax-after): Delete. Moved to subr.el.
|
2002-09-09 23:14:13 +00:00 |
|
Stefan Monnier
|
f77a605054
|
(find-library-suffixes, find-library-name)
(find-library): New funs.
(find-function-search-for-symbol): Use it.
|
2002-09-09 21:50:36 +00:00 |
|
Stefan Monnier
|
4f6d5bf009
|
(byte-compile-file): Don't switch buffer.
|
2002-09-09 21:41:34 +00:00 |
|
Richard M. Stallman
|
4eb4926c58
|
(byte-recompile-directory): Set and then bind default-directory.
|
2002-09-09 19:35:57 +00:00 |
|
Richard M. Stallman
|
cd91e34cb4
|
(byte-compile-delete-errors): Default to nil.
|
2002-09-09 00:28:38 +00:00 |
|
Richard M. Stallman
|
cd63e3a185
|
Comment change.
|
2002-09-09 00:28:00 +00:00 |
|
John Paul Wallington
|
cb0fd101b9
|
* emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
* emacs-lisp/find-func.el (find-function-recenter-line): Add
custom type. Doc fix.
|
2002-09-07 06:45:43 +00:00 |
|
Juanma Barranquero
|
0a6cac62de
|
(rx): Fix spacing.
|
2002-09-06 07:14:12 +00:00 |
|
Juanma Barranquero
|
05619b9978
|
(string-to-float): Fix spacing.
|
2002-09-06 07:13:53 +00:00 |
|
Juanma Barranquero
|
2251e3edaf
|
(find-function-search-for-symbol): Fix spacing.
|
2002-09-06 07:13:27 +00:00 |
|
Juanma Barranquero
|
07c209a089
|
(easy-menu-define): Fix spacing.
|
2002-09-06 07:13:06 +00:00 |
|