# HG changeset patch # User John Paul Wallington # Date 1048470308 0 # Node ID 73ab8e5b6d65f14e8171c757171ade054ced3391 # Parent 369741bbc4194a9688f0d234bd79800d03dfa2cd 2003-03-24 Luc Teirlinck * cus-edit.el (custom-mode): Make `custom-local-buffer' local. diff -r 369741bbc419 -r 73ab8e5b6d65 lisp/cus-edit.el --- a/lisp/cus-edit.el Sun Mar 23 13:39:14 2003 +0000 +++ b/lisp/cus-edit.el Mon Mar 24 01:45:08 2003 +0000 @@ -4058,6 +4058,7 @@ (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)