summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| | * (edebug-install-custom-print-funcs)Richard M. Stallman2007-10-091-38/+6
| | | | | | | | | | | | | | | | | | | | | | | | (edebug-install-custom-print, edebug-reset-print-funcs) (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs): Functions deleted. (edebug-prin1, edebug-print, edebug-prin1-to-string) (edebug-format, edebug-message): Define directly as aliases.
| | * (eldoc-message-commands-table-size, eldoc-message-commands,Juanma Barranquero2007-09-271-3/+3
| | | | | | | | | | | | eldoc-current-idle-delay): Fix typos in docstrings.
| | * (define-minor-mode): Fix staging brain damage.Stefan Monnier2007-09-211-25/+27
| | |
| | * (lisp-indent-offset): Make defcustom. Add `safe-local-variable' property.Richard M. Stallman2007-09-021-4/+12
| | | | | | | | | | | | (lisp-body-indent): Likewise.
| | * (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-1/+1
| | | | | | | | | | | | Don't expand top-level file name more than once.
| * | (copyright-update): Don't update if the fileStefan Monnier2007-10-031-3/+6
| | | | | | | | | | | | already uses a more recent copyright version than the "current" one.
| * | lisp/emacs-lisp/authors.el: revert accidentally committed private change.David Kastrup2007-09-301-8/+8
| | |
| * | lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.David Kastrup2007-09-301-3/+3
| | |
| * | (eldoc-function-argstring-format): Deal with the case that specialJuanma Barranquero2007-09-261-1/+2
| | | | | | | | | | | | | | | &keywords are at the beginning or end of the argument list. Also add some (incomplete) support for non-standard arglists.
| * | (eldoc-message-commands-table-size, eldoc-message-commands,Juanma Barranquero2007-09-261-4/+4
| | | | | | | | | | | | | | | eldoc-current-idle-delay, eldoc-function-argstring-format): Fix typos in docstrings.
| * | (sregex--char-aux): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (regi-interpret): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (reb-delete-overlays): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (generic-mode-internal): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (elp-results): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (elint-current-buffer, elint-check-defun-form, elint-check-let-form,Juanma Barranquero2007-09-261-38/+38
| | | | | | | | | | | | | | | elint-check-condition-case-form, elint-initialize): Use `mapc' rather than `mapcar'.
| * | (byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (easy-mmode-define-syntax): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (disassemble-1): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| | |
| * | (custom-print-install, custom-print-uninstall): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-26/+26
| | |
| * | (authors): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-2/+2
| | |
| * | (checkdoc-force-docstrings-flag)Dan Nicolaescu2007-09-221-2/+2
| | | | | | | | | | | | | | | (checkdoc-permit-comma-termination-flag): Autoload the safe-local-variable setting.
| * | (byte-compile-warning-types): Add mapcar and make-local.Glenn Morris2007-09-211-1/+2
| | |
| * | (byte-compile-warnings)Glenn Morris2007-09-211-16/+20
| | | | | | | | | | | | | | | | | | (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.
| * | Markus Triska <markus.triska at gmx.at>Glenn Morris2007-09-211-0/+4
| | | | | | | | | | | | (byte-compile-normal-call): Warn when `mapcar' is called for effect.
| * | (lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent.Stefan Monnier2007-09-191-1/+0
| | |
| * | (copyright-names-regexp): Doc fix: typo.Thien-Thi Nguyen2007-09-121-1/+1
| | |
| * | (byte-compile-log-file): Check major-mode via derived-mode-p.Stefan Monnier2007-09-071-2/+1
| | |
| * | (checkdoc-minor-mode-string): New.Glenn Morris2007-09-061-1/+7
| | | | | | | | | | | | | | | (checkdoc-minor-mode): Allow user to specify lighter via checkdoc-minor-mode-string.
| * | (rx): Fix typo in docstring.Michaël Cadilhac2007-09-051-1/+1
| | |
| * | Johan Bockg� <bojohan at dd.chalmers.se>Glenn Morris2007-09-051-1/+3
| | | | | | | | | | | | (ad-make-advised-docstring): Highlight note in doc string.
| * | (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-3/+3
| | | | | | | | | | | | Don't expand top-level file name more than once.
| * | Use defstruct rather than macros.Stefan Monnier2007-08-311-294/+232
| | | | | | | | | | | | Change naming to use "avl-tree--" for internal functions.
* | | Merge from emacs--devo--0Miles Bader2007-08-297-196/+744
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 857-865) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file. - Remove RCS keywords * 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--unicode--0--patch-252
| * | Merge from emacs--rel--22Miles Bader2007-08-274-21/+23
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * (backquote-unquote-symbol, backquote-splice-symbol):Stefan Monnier2007-08-231-2/+2
| | | | | | | | | | | | Backslash the , and ,@ which are not new-style unquotes.
| | * (edebug-list-form, edebug-match-symbol, \,)Stefan Monnier2007-08-231-4/+4
| | | | | | | | | | | | (\,@): Backslash the , and ,@ which are not new-style unquotes.
| | * (byte-compile-from-buffer): Check old-style backquotes after each `read'Stefan Monnier2007-08-231-8/+8
| | | | | | | | | | | | rather than once per buffer to get more precise location info.
| | * (byte-optimize-featurep): Also handle `sxemacs'.Stefan Monnier2007-08-231-3/+3
| | |
| | * (byte-compile-from-buffer): Display a big fat warning for old style backquotes.Stefan Monnier2007-08-221-1/+7
| | |
| | * (byte-compile-log-file, byte-recompile-directory, byte-compile-file)Stefan Monnier2007-08-221-13/+9
| | | | | | | | | | | | (byte-compile-from-buffer): Use with-current-buffer.
| | * (backquote-delay-process): Fix last change.Stefan Monnier2007-08-211-3/+2
| | |
| * | Commentary and docstring munging; nfc.Thien-Thi Nguyen2007-08-271-30/+22
| | |
| * | (avl-tree-del-balance1, avl-tree-del-balance2)Thien-Thi Nguyen2007-08-271-10/+10
| | | | | | | | | | | | | | | (avl-tree-do-del-internal, avl-tree-do-delete) (avl-tree-enter-balance1, avl-tree-enter-balance2): Use plain `let'.
| * | Move things around; munge whitespace, indentation; nfc.Thien-Thi Nguyen2007-08-271-53/+36
| | |
| * | Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names:Thien-Thi Nguyen2007-08-271-95/+95
| | | | | | | | | | | | | | | | | | 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.
| * | Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:Thien-Thi Nguyen2007-08-271-50/+46
| | | | | | | | | | | | | | | | | | | | | 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.
| * | Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:Thien-Thi Nguyen2007-08-271-61/+61
| | | | | | | | | | | | avl-tree-node-create, avl-tree-node-balance, avl-tree-node-set-balance.
| * | (elib-node-create): Delete unused macro.Thien-Thi Nguyen2007-08-271-4/+0
| | |
| * | Reduce nesting: Use modern backquote syntax.Thien-Thi Nguyen2007-08-271-15/+15
| | |