Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars. | Richard M. Stallman | 2001-12-16 | 1 | -0/+13 |
| | |||||
* | (with-temp-message): At the end, always discard | Richard M. Stallman | 2001-12-16 | 1 | -2/+4 |
| | | | | the temp message, even by clearing the echo area. | ||||
* | (derived-mode-p): Moved here from derived.el. | Richard M. Stallman | 2001-12-12 | 1 | -0/+10 |
| | |||||
* | (ctl-x-4-map): Doc fix. | Pavel Janík | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | (copy-overlay, remove-overlays): New funs. | Stefan Monnier | 2001-11-28 | 1 | -1/+36 |
| | |||||
* | (functionp): Do use cdr-safe on object. | Richard M. Stallman | 2001-11-17 | 1 | -1/+1 |
| | |||||
* | (eval-after-load): Make it work with features as well. | Stefan Monnier | 2001-11-16 | 1 | -17/+18 |
| | |||||
* | (functionp): Don't consider macros as functions. | Miles Bader | 2001-11-09 | 1 | -5/+2 |
| | |||||
* | (functionp): Make work correctly for macros and unbound symbols. | Miles Bader | 2001-11-08 | 1 | -3/+8 |
| | |||||
* | (with-local-quit): New macro. | Stefan Monnier | 2001-11-08 | 1 | -13/+20 |
| | | | | | (make-syntax-table): Always inherit. (functionp): Be more careful when `object' is a symbol. | ||||
* | (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): New vars and functions. | Stefan Monnier | 2001-10-25 | 1 | -0/+122 |
| | | | | (text-clone-maintain, text-clone-create): New functions. | ||||
* | (symbol-file-load-history-loaded) | Miles Bader | 2001-10-09 | 1 | -0/+39 |
| | | | | (load-symbol-file-load-history, symbol-file): Moved from `help.el'. | ||||
* | (call-process-shell-command): New function. | Miles Bader | 2001-10-05 | 1 | -0/+32 |
| | |||||
* | (define-key-after): Allow `key' to be longer than 1. | Gerd Moellmann | 2001-10-05 | 1 | -41/+25 |
| | | | | | | (make-local-hook): Make obsolete. (add-hook, remove-hook): Don't use make-local-hook any more. (make-syntax-table): Inherit all chars from s-s-t. | ||||
* | (add-minor-mode): Use mode-line-minor-mode-keymap for | Gerd Moellmann | 2001-08-09 | 1 | -5/+3 |
| | | | | the minor mode name. | ||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-15 | 1 | -0/+2 |
| | |||||
* | (interactive-form): Fix paren typo. | Miles Bader | 2001-03-30 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Gerd Moellmann | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | (interactive-form): New function. | Gerd Moellmann | 2001-03-29 | 1 | -19/+21 |
| | |||||
* | (read-passwd): Clear command history after each | Gerd Moellmann | 2001-03-28 | 1 | -1/+1 |
| | | | | character entered. From: Stephen Gildea <gildea@alum.mit.edu>. | ||||
* | (event-basic-type): Doc fix. | Dave Love | 2001-03-01 | 1 | -1/+1 |
| | |||||
* | (read-passwd): Clear Lisp memory holding password. | Gerd Moellmann | 2001-02-15 | 1 | -5/+19 |
| | |||||
* | (last): Handle a list that doesn't end in nil. | Richard M. Stallman | 2001-01-12 | 1 | -1/+1 |
| | |||||
* | (eval-after-load): Call load-symbol-file-load-history to | Gerd Moellmann | 2001-01-11 | 1 | -0/+3 |
| | | | | ensure that eval-after-load works for files dumped with Emacs. | ||||
* | (butlast, nbutlast): Moved from cl.el to here. | Kenichi Handa | 2000-12-28 | 1 | -0/+14 |
| | |||||
* | (combine-run-hooks): Remove. | Stefan Monnier | 2000-12-23 | 1 | -29/+0 |
| | |||||
* | (eval-after-load): Doc fix. | Dave Love | 2000-12-20 | 1 | -1/+3 |
| | |||||
* | (combine-run-hooks): Only run-hooks if there's a hook to run. | Stefan Monnier | 2000-11-29 | 1 | -1/+2 |
| | |||||
* | (member-ignore-case): Return the tail of the list who's car matches, | Miles Bader | 2000-11-29 | 1 | -6/+3 |
| | | | | like `member', not the matching element itself. | ||||
* | Undoing the changes erroneously committed just before. | Stefan Monnier | 2000-11-23 | 1 | -13/+7 |
| | |||||
* | (add-hook, remove-hook): Don't call make-local-hook | Stefan Monnier | 2000-11-23 | 1 | -9/+15 |
| | | | | if the variable is make-variable-buffer-local. | ||||
* | (make-local-hook): Docstring fix. | Stefan Monnier | 2000-11-21 | 1 | -0/+3 |
| | |||||
* | (add-to-list): Add optional argument APPEND. | Miles Bader | 2000-10-10 | 1 | -3/+8 |
| | |||||
* | (substitute-key-definition): Doc fix. | Dave Love | 2000-10-04 | 1 | -1/+15 |
| | | | | (play-sound-file): new command. | ||||
* | (add-minor-mode): Don't eval NAME. | Stefan Monnier | 2000-09-29 | 1 | -50/+49 |
| | | | | | Don't depend on the presence of TOGGLE-FUN for any special behavior. Use if rather than cond. | ||||
* | (add-minor-mode): Use toggle-fun arg. | Dave Love | 2000-09-12 | 1 | -2/+23 |
| | |||||
* | (remove, remq): New functions. | Gerd Moellmann | 2000-07-27 | 1 | -0/+16 |
| | |||||
* | Update calls to make-obsolete with a WHEN argument. | Stefan Monnier | 2000-06-01 | 1 | -2/+2 |
| | |||||
* | (remove-hook): Don't turn the hook's value into a list. | Stefan Monnier | 2000-05-21 | 1 | -5/+4 |
| | |||||
* | (remove-hook): `setq' hook-value, not `set'. | Stefan Monnier | 2000-05-16 | 1 | -1/+1 |
| | |||||
* | (add-hook): setq hook-value, not set | Sam Steingold | 2000-05-16 | 1 | -1/+1 |
| | |||||
* | (substitute-key-definition): Add comment describing | Gerd Moellmann | 2000-05-11 | 1 | -0/+7 |
| | | | | the meaning of PREFIX. | ||||
* | (add-hook, remove-hook): Make hook buffer-local if needed.. | Stefan Monnier | 2000-05-10 | 1 | -56/+41 |
| | | | | | (add-minor-mode): Don't make the variable buffer-local and add a reference to define-minor-mode in the docstring. | ||||
* | (substitute-key-definition): Clarify documentation. | Gerd Moellmann | 2000-05-04 | 1 | -1/+1 |
| | |||||
* | (add-minor-mode): Handle AFTER for keymaps. Don't | Gerd Moellmann | 2000-05-03 | 1 | -7/+16 |
| | | | | set TOGGLE's value. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-04-28 | 1 | -11/+44 |
| | |||||
* | (add-minor-mode): Use `set' instead of `setq'. | Gerd Moellmann | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | (add-minor-mode): Make argument MAP optional. | Gerd Moellmann | 2000-04-26 | 1 | -3/+3 |
| | |||||
* | (add-minor-mode): New function. | Gerd Moellmann | 2000-04-26 | 1 | -0/+15 |
| | |||||
* | (read-passwd): Use read-char-exclusive. | Richard M. Stallman | 2000-04-17 | 1 | -1/+1 |
| |