summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* (pushnew): Add missing `,'.Reiner Steib2006-09-111-1/+1
* (pushnew): Use add-to-list when convenient.Richard M. Stallman2006-09-101-1/+8
* * window.el (mouse-autoselect-window-timer)Chong Yidong2006-09-081-1/+1
* (timer-create, timer-activate): Doc fixes.Richard M. Stallman2006-09-081-8/+20
* (bindat-unpack): Doc fix.Richard M. Stallman2006-09-081-7/+10
* (define-minor-mode): Reference manual about customization, rather thanRichard M. Stallman2006-08-311-1/+2
* (trace-function-background): Doc fix.Richard M. Stallman2006-08-311-5/+8
* * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): InsertChong Yidong2006-08-281-1/+2
* Miscellaneous tq-related fixes.Miles Bader2006-08-271-28/+32
* Remove * in defcustoms.Stefan Monnier2006-08-251-16/+18
* * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):Chong Yidong2006-08-241-6/+15
* (run-with-idle-timer): Pass t to timer-activate-when-idle, so timerRichard M. Stallman2006-08-201-1/+3
* (bindat-ip-to-string): Use `format-network-address' if possible.Thien-Thi Nguyen2006-08-111-3/+6
* Minor fix to last change.Chong Yidong2006-08-101-1/+2
* * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save andChong Yidong2006-08-101-5/+4
* (find-function-search-for-symbol): Expand comment.Nick Roberts2006-07-231-1/+4
* (find-function-search-for-symbol): Handle "C-h f `".Nick Roberts2006-07-221-1/+3
* (make-autoload): Use new arg.Stefan Monnier2006-07-171-1/+4
* Update.Károly Lőrentey2006-07-141-1/+1
* Update.Károly Lőrentey2006-07-141-0/+1
* (make-autoload): Remove special handling ofStefan Monnier2006-07-131-11/+1
* (edebug-instrument-function): Err if find-function-noselect gives no position.Richard M. Stallman2006-07-121-0/+2
* (find-function-search-for-symbol):Richard M. Stallman2006-07-121-4/+9
* (authors-ignored-files): Ignore changesKim F. Storm2006-07-101-1/+1
* (authors-aliases): Update.Romain Francoise2006-07-101-0/+1
* * emacs-lisp/helper.el (Helper-help-scroller): Don't signal errorChong Yidong2006-07-091-1/+1
* (define-minor-mode): Doc fix.Richard M. Stallman2006-07-091-2/+2
* (def-edebug-spec): Moved to subr.el.Richard M. Stallman2006-07-091-7/+0
* (define-minor-mode): Doc fix.Eli Zaretskii2006-07-081-1/+1
* (byte-compile-form): The `byte-compile'Stefan Monnier2006-07-071-1/+1
* (emacs-lisp-mode-map): Use eval-buffer.Thien-Thi Nguyen2006-07-051-1/+1
* (authors-aliases): Add mode aliases.Kim F. Storm2006-06-041-2/+7
* (ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:Stefan Monnier2006-05-291-64/+59
* (ewoc--insert-new-node): Use ewoc--refresh-node.Stefan Monnier2006-05-291-15/+10
* (no-update-autoloads): Declare.Stefan Monnier2006-05-291-87/+72
* (autoload-find-file): New fun. This one calls hack-local-variables.Stefan Monnier2006-05-291-33/+30
* (bindat-idx, bindat-raw): Rename dynamic variablesKim F. Storm2006-05-281-54/+54
* (bindat--unpack-u8): Use aref also for strings.Kim F. Storm2006-05-281-3/+1
* Commentary and whitespace munging; nfc.Thien-Thi Nguyen2006-05-271-34/+1
* (ewoc): Add member `hf-pp' to this structure.Thien-Thi Nguyen2006-05-271-10/+25
* (ewoc--node): Don't define constructorThien-Thi Nguyen2006-05-271-0/+1
* (ewoc--node-branch): Merge into unique caller.Thien-Thi Nguyen2006-05-271-8/+4
* (ewoc-delete): Compute last node once before looping.Thien-Thi Nguyen2006-05-271-3/+3
* (ewoc--create): No longer takeThien-Thi Nguyen2006-05-271-5/+4
* (ewoc--current-dll): New var.Thien-Thi Nguyen2006-05-261-55/+61
* (bindat-unpack, bindat-pack):Thien-Thi Nguyen2006-05-251-6/+8
* (ad-enable-advice, ad-activate, ad-disable-advice): Add autoloads.Richard M. Stallman2006-05-251-0/+3
* (bindat-pack): Doc fix.Thien-Thi Nguyen2006-05-231-1/+1
* Refill; nfc.Thien-Thi Nguyen2006-05-231-6/+11
* (ewoc-delete): New function.Thien-Thi Nguyen2006-05-231-19/+26