aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (copy-list): Moved to cl.el.Richard M. Stallman2002-06-101-18/+12
* (copy-list): Moved here from cl.el.Colin Walters2002-06-081-0/+27
* (open-network-stream, open-network-stream-nowait)Richard M. Stallman2002-05-301-0/+83
* (functionp): Catch errors in indirect-function.Richard M. Stallman2002-05-121-1/+3
* Follow coding conventions.Pavel Janík2002-05-021-0/+3
* (remove-yank-excluded-properties): New helper function.Kim F. Storm2002-04-291-31/+27
* (make-temp-file): New arg SUFFIX.Richard M. Stallman2002-04-281-2/+6
* (insert-for-yank): Replace `category' propertyRichard M. Stallman2002-04-271-5/+27
* (insert-buffer-substring-no-properties): New function.Kim F. Storm2002-04-211-0/+25
* (insert-for-yank): New function.Richard M. Stallman2002-04-191-2/+25
* (remove-hook): When there are no more local hooks,Richard M. Stallman2002-04-101-1/+5
* (play-sound): Move here from simple.el.Pavel Janík2002-04-071-0/+21
* (redraw-modeline): Define alias.Richard M. Stallman2002-04-011-0/+3
* (play-sound-file): Moved to simple.el.Richard M. Stallman2002-03-291-15/+1
* (substring-no-properties): Function deleted (now in C).Richard M. Stallman2002-03-261-13/+0
* (macro-declaration-function): New function. Set theGerd Moellmann2002-03-241-1/+19
* (add-to-list): Doc fix.Pavel Janík2002-03-111-0/+2
* (save-match-data): Doc fix.Juanma Barranquero2002-02-251-1/+2
* (global-set-key, local-set-key): Undo 2002-02-06Kim F. Storm2002-02-231-2/+2
* (add-hook): Doc fix.Richard M. Stallman2002-02-201-1/+3
* (global-set-key, local-set-key): Accept a symbol for theKim F. Storm2002-02-061-2/+2
* (force-mode-line-update): Doc fix.Richard M. Stallman2002-02-061-2/+2
* (atomic-change-group, prepare-change-group, activate-change-group)Richard M. Stallman2002-02-061-9/+113
* (remove): Doc fix.Richard M. Stallman2002-01-251-1/+1
* (substring-no-properties): New function.Richard M. Stallman2002-01-251-5/+12
* (copy-without-properties): New function.Richard M. Stallman2002-01-231-1/+7
* (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