aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
...
* (insert-string): Moved from mocklisp.c, reimplemented in Lisp. Obsoleted.Pavel Janík2001-12-221-0/+9
* (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.Richard M. Stallman2001-12-161-0/+13
* (with-temp-message): At the end, always discardRichard M. Stallman2001-12-161-2/+4
* (derived-mode-p): Moved here from derived.el.Richard M. Stallman2001-12-121-0/+10
* (ctl-x-4-map): Doc fix.Pavel Janík2001-12-111-1/+1
* (copy-overlay, remove-overlays): New funs.Stefan Monnier2001-11-281-1/+36
* (functionp): Do use cdr-safe on object.Richard M. Stallman2001-11-171-1/+1
* (eval-after-load): Make it work with features as well.Stefan Monnier2001-11-161-17/+18
* (functionp): Don't consider macros as functions.Miles Bader2001-11-091-5/+2
* (functionp): Make work correctly for macros and unbound symbols.Miles Bader2001-11-081-3/+8
* (with-local-quit): New macro.Stefan Monnier2001-11-081-13/+20
* (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): New vars and functions.Stefan Monnier2001-10-251-0/+122
* (symbol-file-load-history-loaded)Miles Bader2001-10-091-0/+39
* (call-process-shell-command): New function.Miles Bader2001-10-051-0/+32
* (define-key-after): Allow `key' to be longer than 1.Gerd Moellmann2001-10-051-41/+25
* (add-minor-mode): Use mode-line-minor-mode-keymap forGerd Moellmann2001-08-091-5/+3
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-0/+2
* (interactive-form): Fix paren typo.Miles Bader2001-03-301-1/+1
* Fix typo.Gerd Moellmann2001-03-291-1/+1
* (interactive-form): New function.Gerd Moellmann2001-03-291-19/+21
* (read-passwd): Clear command history after eachGerd Moellmann2001-03-281-1/+1
* (event-basic-type): Doc fix.Dave Love2001-03-011-1/+1
* (read-passwd): Clear Lisp memory holding password.Gerd Moellmann2001-02-151-5/+19
* (last): Handle a list that doesn't end in nil.Richard M. Stallman2001-01-121-1/+1
* (eval-after-load): Call load-symbol-file-load-history toGerd Moellmann2001-01-111-0/+3
* (butlast, nbutlast): Moved from cl.el to here.Kenichi Handa2000-12-281-0/+14
* (combine-run-hooks): Remove.Stefan Monnier2000-12-231-29/+0
* (eval-after-load): Doc fix.Dave Love2000-12-201-1/+3
* (combine-run-hooks): Only run-hooks if there's a hook to run.Stefan Monnier2000-11-291-1/+2
* (member-ignore-case): Return the tail of the list who's car matches,Miles Bader2000-11-291-6/+3
* Undoing the changes erroneously committed just before.Stefan Monnier2000-11-231-13/+7
* (add-hook, remove-hook): Don't call make-local-hookStefan Monnier2000-11-231-9/+15
* (make-local-hook): Docstring fix.Stefan Monnier2000-11-211-0/+3
* (add-to-list): Add optional argument APPEND.Miles Bader2000-10-101-3/+8
* (substitute-key-definition): Doc fix.Dave Love2000-10-041-1/+15
* (add-minor-mode): Don't eval NAME.Stefan Monnier2000-09-291-50/+49
* (add-minor-mode): Use toggle-fun arg.Dave Love2000-09-121-2/+23
* (remove, remq): New functions.Gerd Moellmann2000-07-271-0/+16
* Update calls to make-obsolete with a WHEN argument.Stefan Monnier2000-06-011-2/+2
* (remove-hook): Don't turn the hook's value into a list.Stefan Monnier2000-05-211-5/+4
* (remove-hook): `setq' hook-value, not `set'.Stefan Monnier2000-05-161-1/+1
* (add-hook): setq hook-value, not setSam Steingold2000-05-161-1/+1
* (substitute-key-definition): Add comment describingGerd Moellmann2000-05-111-0/+7
* (add-hook, remove-hook): Make hook buffer-local if needed..Stefan Monnier2000-05-101-56/+41
* (substitute-key-definition): Clarify documentation.Gerd Moellmann2000-05-041-1/+1
* (add-minor-mode): Handle AFTER for keymaps. Don'tGerd Moellmann2000-05-031-7/+16
* *** empty log message ***Gerd Moellmann2000-04-281-11/+44
* (add-minor-mode): Use `set' instead of `setq'.Gerd Moellmann2000-04-271-1/+1
* (add-minor-mode): Make argument MAP optional.Gerd Moellmann2000-04-261-3/+3
* (add-minor-mode): New function.Gerd Moellmann2000-04-261-0/+15