From: Richard M. Stallman Date: Sun, 17 Oct 2004 06:51:48 +0000 (+0000) Subject: (delsel-unload-hook): Set as a variable. X-Git-Tag: ttn-vms-21-2-B4~4531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87f14b12a9be32da17f35c67e48d71b3e92641ed;p=emacs.git (delsel-unload-hook): Set as a variable. --- diff --git a/lisp/delsel.el b/lisp/delsel.el index d8e034a5f9f..962fa156a07 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el @@ -147,6 +147,8 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (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