From 9b7826f4ab0eaa276d29d056f15dc438c9818031 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Mon, 24 Mar 2003 01:46:29 +0000 Subject: [PATCH] 2003-03-24 Luc Teirlinck * cus-edit.el (custom-mode): Make `custom-local-buffer' local. --- lisp/ChangeLog | 4 ++++ lisp/cus-edit.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b2d88f152e..45d8fcd1a32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-03-24 Luc Teirlinck + + * cus-edit.el (custom-mode): Make `custom-local-buffer' local. + 2003-03-23 Peter Breton * net/net-utils.el (dns-lookup-host): New function. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 18059fcd85b..312bc092044 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -4058,6 +4058,7 @@ if that value is non-nil." (use-local-map custom-mode-map) (easy-menu-add Custom-mode-menu) (make-local-variable 'custom-options) + (make-local-variable 'custom-local-buffer) (make-local-variable 'widget-documentation-face) (setq widget-documentation-face 'custom-documentation-face) (make-local-variable 'widget-button-face) -- 2.11.4.GIT