summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAge
* (add-minor-mode): Use mode-line-minor-mode-keymap forGerd Moellmann2001-08-09
* Some fixes to follow coding conventions.Pavel Janík2001-07-15
* (interactive-form): Fix paren typo.Miles Bader2001-03-30
* Fix typo.Gerd Moellmann2001-03-29
* (interactive-form): New function.Gerd Moellmann2001-03-29
* (read-passwd): Clear command history after eachGerd Moellmann2001-03-28
* (event-basic-type): Doc fix.Dave Love2001-03-01
* (read-passwd): Clear Lisp memory holding password.Gerd Moellmann2001-02-15
* (last): Handle a list that doesn't end in nil.Richard M. Stallman2001-01-12
* (eval-after-load): Call load-symbol-file-load-history toGerd Moellmann2001-01-11
* (butlast, nbutlast): Moved from cl.el to here.Kenichi Handa2000-12-28
* (combine-run-hooks): Remove.Stefan Monnier2000-12-23
* (eval-after-load): Doc fix.Dave Love2000-12-20
* (combine-run-hooks): Only run-hooks if there's a hook to run.Stefan Monnier2000-11-29
* (member-ignore-case): Return the tail of the list who's car matches,Miles Bader2000-11-29
* Undoing the changes erroneously committed just before.Stefan Monnier2000-11-23
* (add-hook, remove-hook): Don't call make-local-hookStefan Monnier2000-11-23
* (make-local-hook): Docstring fix.Stefan Monnier2000-11-21
* (add-to-list): Add optional argument APPEND.Miles Bader2000-10-10
* (substitute-key-definition): Doc fix.Dave Love2000-10-04
* (add-minor-mode): Don't eval NAME.Stefan Monnier2000-09-29
* (add-minor-mode): Use toggle-fun arg.Dave Love2000-09-12
* (remove, remq): New functions.Gerd Moellmann2000-07-27
* Update calls to make-obsolete with a WHEN argument.Stefan Monnier2000-06-01
* (remove-hook): Don't turn the hook's value into a list.Stefan Monnier2000-05-21
* (remove-hook): `setq' hook-value, not `set'.Stefan Monnier2000-05-16
* (add-hook): setq hook-value, not setSam Steingold2000-05-16
* (substitute-key-definition): Add comment describingGerd Moellmann2000-05-11
* (add-hook, remove-hook): Make hook buffer-local if needed..Stefan Monnier2000-05-10
* (substitute-key-definition): Clarify documentation.Gerd Moellmann2000-05-04
* (add-minor-mode): Handle AFTER for keymaps. Don'tGerd Moellmann2000-05-03
* *** empty log message ***Gerd Moellmann2000-04-28
* (add-minor-mode): Use `set' instead of `setq'.Gerd Moellmann2000-04-27
* (add-minor-mode): Make argument MAP optional.Gerd Moellmann2000-04-26
* (add-minor-mode): New function.Gerd Moellmann2000-04-26
* (read-passwd): Use read-char-exclusive.Richard M. Stallman2000-04-17
* (member-ignore-case): New function.Gerd Moellmann2000-04-03
* (combine-run-hooks): New function.Stefan Monnier2000-03-21
* (replace-regexp-in-string): Renamed fromDave Love2000-03-14
* (replace-regexps-in-string): Properly handle the case whereStefan Monnier2000-03-08
* (assq-delete-all): Renamed from assoc-delete-all.Gerd Moellmann2000-02-29
* (define-key-after): Default AFTER to t. Doc fix.Dave Love2000-02-23
* (when, unless, split-string): Doc fix.Dave Love2000-02-22
* Move out indent and edebug specs for when and unless.Dave Love2000-01-28
* (with-syntax-table): Use make-symbol, not gensym.Richard M. Stallman2000-01-21
* Make the definitions of dolist and dotimes workRichard M. Stallman2000-01-21
* (dolist, dotimes): Moved from cl-macs.el.Richard M. Stallman2000-01-21
* (with-syntax-table): Moved from simple.el.Richard M. Stallman2000-01-12
* Fix bootstrapping problems.Paul Eggert1999-10-19
* * subr.el (with-current-buffer): don't use backquotes to avoidStefan Monnier1999-10-13