# HG changeset patch # User Richard M. Stallman # Date 1097995908 0 # Node ID 8bf58c5521d86d7652da9081b8e09afc608f3a11 # Parent 8c6fc4afae745ab407ac2d0b050293f46d630e60 (delsel-unload-hook): Set as a variable. diff -r 8c6fc4afae74 -r 8bf58c5521d8 lisp/delsel.el --- 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