diff options
| author | John Paul Wallington <jpw@pobox.com> | 2003-03-24 01:46:29 +0000 |
|---|---|---|
| committer | John Paul Wallington <jpw@pobox.com> | 2003-03-24 01:46:29 +0000 |
| commit | 9b7826f4ab0eaa276d29d056f15dc438c9818031 (patch) | |
| tree | 8b712799d9152f10ebc58d54c573399550fbbd8c /lisp/cus-edit.el | |
| parent | ac8a189856cf2b2e376f9f07b39f8b7828e06cb9 (diff) | |
| download | emacs-9b7826f4ab0eaa276d29d056f15dc438c9818031.tar.gz | |
2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
* cus-edit.el (custom-mode): Make `custom-local-buffer' local.
Diffstat (limited to 'lisp/cus-edit.el')
| -rw-r--r-- | lisp/cus-edit.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
