Stefan Monnier
2cb250dd39
(copyright-update): Don't update if the file
...
already uses a more recent copyright version than the "current" one.
2007-10-03 23:42:06 +00:00
David Kastrup
621af279b5
lisp/emacs-lisp/authors.el: revert accidentally committed private change.
2007-09-30 22:53:08 +00:00
David Kastrup
3d1699ec04
lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.
2007-09-30 22:51:44 +00:00
Juanma Barranquero
c4e36c26f6
(eldoc-function-argstring-format): Deal with the case that special
...
&keywords are at the beginning or end of the argument list.
Also add some (incomplete) support for non-standard arglists.
2007-09-26 15:59:13 +00:00
Juanma Barranquero
d9d31f0a44
(eldoc-message-commands-table-size, eldoc-message-commands,
...
eldoc-current-idle-delay, eldoc-function-argstring-format):
Fix typos in docstrings.
2007-09-26 11:55:46 +00:00
Juanma Barranquero
415741a73e
(sregex--char-aux): Use mapc' rather than
mapcar'.
2007-09-26 00:15:54 +00:00
Juanma Barranquero
d74d9a81f6
(regi-interpret): Use mapc' rather than
mapcar'.
2007-09-26 00:15:30 +00:00
Juanma Barranquero
90ce955480
(reb-delete-overlays): Use mapc' rather than
mapcar'.
2007-09-26 00:15:01 +00:00
Juanma Barranquero
ba2153737a
(generic-mode-internal): Use mapc' rather than
mapcar'.
2007-09-26 00:14:38 +00:00
Juanma Barranquero
9eaacc8436
(elp-results): Use mapc' rather than
mapcar'.
2007-09-26 00:14:17 +00:00
Juanma Barranquero
eb2b0009c1
(elint-current-buffer, elint-check-defun-form, elint-check-let-form,
...
elint-check-condition-case-form, elint-initialize):
Use `mapc' rather than `mapcar'.
2007-09-26 00:13:53 +00:00
Juanma Barranquero
877c8877a2
(byte-compile-resolve-functions): Use mapc' rather than
mapcar'.
2007-09-26 00:13:09 +00:00
Juanma Barranquero
9b97ee2e47
(easy-mmode-define-syntax): Use mapc' rather than
mapcar'.
2007-09-26 00:12:23 +00:00
Juanma Barranquero
56a1431a05
(disassemble-1): Use mapc' rather than
mapcar'.
2007-09-26 00:11:46 +00:00
Juanma Barranquero
1e34e9d231
(custom-print-install, custom-print-uninstall): Use mapc' rather than
mapcar'.
2007-09-26 00:11:21 +00:00
Juanma Barranquero
0c8b414f05
(authors): Use mapc' rather than
mapcar'.
2007-09-26 00:10:48 +00:00
Dan Nicolaescu
2d5a3812de
(checkdoc-force-docstrings-flag)
...
(checkdoc-permit-comma-termination-flag): Autoload the
safe-local-variable setting.
2007-09-22 03:37:47 +00:00
Glenn Morris
8accceac6a
(byte-compile-warning-types): Add mapcar and make-local.
2007-09-21 07:17:23 +00:00
Glenn Morris
86da2828de
(byte-compile-warnings)
...
(byte-compile-warnings-safe-p): Add `mapcar'.
(byte-compile-normal-call): Add option to suppress mapcar warning.
(top-level): Use mapc rather than mapcar in eval-when-compile.
2007-09-21 07:13:28 +00:00
Glenn Morris
89c91fdb59
Markus Triska <markus.triska at gmx.at>
...
(byte-compile-normal-call): Warn when `mapcar' is called for effect.
2007-09-21 04:24:53 +00:00
Stefan Monnier
b608e3027e
(lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent.
2007-09-19 13:44:43 +00:00
Thien-Thi Nguyen
8a1dd10878
(copyright-names-regexp): Doc fix: typo.
2007-09-12 21:12:21 +00:00
Stefan Monnier
5c7ffa0488
(byte-compile-log-file): Check major-mode via derived-mode-p.
2007-09-07 15:04:09 +00:00
Glenn Morris
b92317dc01
(checkdoc-minor-mode-string): New.
...
(checkdoc-minor-mode): Allow user to specify lighter via
checkdoc-minor-mode-string.
2007-09-06 05:19:23 +00:00
Michaël Cadilhac
e8449cdb49
(rx): Fix typo in docstring.
2007-09-05 16:24:59 +00:00
Glenn Morris
feb47a092c
Johan Bockg� <bojohan at dd.chalmers.se>
...
(ad-make-advised-docstring): Highlight note in doc string.
2007-09-05 03:47:22 +00:00
Thien-Thi Nguyen
ea1cb2bdd6
(byte-recompile-directory): Fix bug:
...
Don't expand top-level file name more than once.
2007-09-01 23:33:15 +00:00
Stefan Monnier
afdd184ca8
Use defstruct rather than macros.
...
Change naming to use "avl-tree--" for internal functions.
2007-08-31 20:15:34 +00:00
Miles Bader
7f22a76506
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
2007-08-27 04:00:19 +00:00
Thien-Thi Nguyen
d385b030e7
Commentary and docstring munging; nfc.
2007-08-27 03:09:15 +00:00
Thien-Thi Nguyen
8fa1344249
(avl-tree-del-balance1, avl-tree-del-balance2)
...
(avl-tree-do-del-internal, avl-tree-do-delete)
(avl-tree-enter-balance1, avl-tree-enter-balance2): Use plain `let'.
2007-08-27 02:49:40 +00:00
Thien-Thi Nguyen
5fa11cc28d
Move things around; munge whitespace, indentation; nfc.
2007-08-27 02:40:25 +00:00
Thien-Thi Nguyen
bdf0a82842
Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names:
...
avl-tree-node-left, avl-tree-node-right, avl-tree-node-data,
avl-tree-node-set-left, avl-tree-node-set-right, avl-tree-node-set-data,
avl-tree-node-branch, avl-tree-node-set-branch.
2007-08-27 02:31:23 +00:00
Thien-Thi Nguyen
5afb301bee
Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:
...
avl-tree-root, avl-tree-dummyroot, avl-tree-cmpfun, avl-tree-del-balance1,
avl-tree-do-del-internal, avl-tree-del-balance2, avl-tree-do-delete,
avl-tree-enter-balance1, avl-tree-enter-balance2, avl-tree-do-enter,
avl-tree-mapc, avl-tree-do-copy.
2007-08-27 02:22:57 +00:00
Thien-Thi Nguyen
dfd4af17e4
Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:
...
avl-tree-node-create, avl-tree-node-balance, avl-tree-node-set-balance.
2007-08-27 02:11:12 +00:00
Thien-Thi Nguyen
329dfe6ae7
(elib-node-create): Delete unused macro.
2007-08-27 02:05:22 +00:00
Thien-Thi Nguyen
923135482e
Reduce nesting: Use modern backquote syntax.
2007-08-27 02:00:45 +00:00
Thien-Thi Nguyen
85718043ee
Do s/avltree/avl-tree/g. Resulting changed function names:
...
avl-tree-create, avl-tree-p, avl-tree-compare-function,
avl-tree-empty, avl-tree-enter, avl-tree-delete, avl-tree-member,
avl-tree-map, avl-tree-first, avl-tree-last, avl-tree-copy,
avl-tree-flatten, avl-tree-size, avl-tree-clear.
Make the symbol used for avl-tree-p `AVL-TREE', as well.
2007-08-27 01:44:37 +00:00
Miles Bader
37840380aa
Add arch tagline
2007-08-27 01:42:03 +00:00
Thien-Thi Nguyen
25e32569d4
Don't require `cl'.
...
(elib-stack-create, elib-stack-push, elib-stack-pop): Delete funcs.
(elib-avl-mapc): Use `nil' for new stack, and `push' and `pop' directly.
2007-08-27 01:35:41 +00:00
Thien-Thi Nguyen
fb5da2db3e
Move provide form to end; nfc.
2007-08-27 01:29:41 +00:00
Thien-Thi Nguyen
b74e26bbe2
Munge comments, whitespace, indentation, hanging parens; nfc.
2007-08-27 01:28:07 +00:00
Thien-Thi Nguyen
1e38b8ffcd
Initial revision, comprising elib-node.el and avltree.el,
...
with minimum modifications for standalone-compilation.
2007-08-27 01:05:44 +00:00
Stefan Monnier
9d693d807f
(byte-optimize-if): Don't presume `clause' is a list.
2007-08-24 14:39:25 +00:00
Glenn Morris
5e4599b863
Regenerate.
2007-08-24 02:43:19 +00:00
Glenn Morris
43fcc18a25
Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
...
(eldoc-highlight-function-argument): New face.
(eldoc-highlight-function-argument): Use it.
2007-08-24 02:30:59 +00:00
Stefan Monnier
9ec5dfe64b
(byte-compile-output-docform, byte-compile-output-as-comment):
...
Use with-current-buffer rather than a weird set-buffer&prog1 combination.
2007-08-23 19:58:31 +00:00
Stefan Monnier
40fafc2162
(byte-optimize-if): Move `progn' out of the test
...
so as to optimise cases where the `progn's result is constant.
2007-08-23 19:56:16 +00:00
Stefan Monnier
727fb8cc41
(backquote-unquote-symbol, backquote-splice-symbol):
...
Backslash the , and ,@ which are not new-style unquotes.
2007-08-23 18:39:20 +00:00
Stefan Monnier
2fa9dc2f3a
(edebug-list-form, edebug-match-symbol, \,)
...
(\,@): Backslash the , and ,@ which are not new-style unquotes.
2007-08-23 18:38:33 +00:00