Mercurial > emacs
changeset 57540:8bf58c5521d8
(delsel-unload-hook): Set as a variable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Oct 2004 06:51:48 +0000 |
parents | 8c6fc4afae74 |
children | 841073f11023 |
files | lisp/delsel.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/delsel.el Sun Oct 17 06:51:10 2004 +0000 +++ b/lisp/delsel.el Sun Oct 17 06:51:48 2004 +0000 @@ -147,6 +147,8 @@ (define-key minibuffer-local-must-match-map "\C-g" 'abort-recursive-edit) (define-key minibuffer-local-isearch-map "\C-g" 'abort-recursive-edit)) +(add-hook 'delsel-unload-hook 'delsel-unload-hook) + (provide 'delsel) ;;; arch-tag: 1e388890-1b50-4ed0-9347-763b1343b6ed