Mercurial > emacs
changeset 50283:73ab8e5b6d65
2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
* cus-edit.el (custom-mode): Make `custom-local-buffer' local.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Mon, 24 Mar 2003 01:45:08 +0000 |
parents | 369741bbc419 |
children | 641114a3e42d |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)