diff options
| author | John Paul Wallington | 2003-03-24 01:46:29 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-03-24 01:46:29 +0000 |
| commit | 9b7826f4ab0eaa276d29d056f15dc438c9818031 (patch) | |
| tree | 8b712799d9152f10ebc58d54c573399550fbbd8c | |
| parent | ac8a189856cf2b2e376f9f07b39f8b7828e06cb9 (diff) | |
| download | emacs-9b7826f4ab0eaa276d29d056f15dc438c9818031.tar.gz emacs-9b7826f4ab0eaa276d29d056f15dc438c9818031.zip | |
2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
* cus-edit.el (custom-mode): Make `custom-local-buffer' local.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b2d88f152e..45d8fcd1a32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu> | ||
| 2 | |||
| 3 | * cus-edit.el (custom-mode): Make `custom-local-buffer' local. | ||
| 4 | |||
| 1 | 2003-03-23 Peter Breton <pbreton@attbi.com> | 5 | 2003-03-23 Peter Breton <pbreton@attbi.com> |
| 2 | 6 | ||
| 3 | * net/net-utils.el (dns-lookup-host): New function. | 7 | * 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." | |||
| 4058 | (use-local-map custom-mode-map) | 4058 | (use-local-map custom-mode-map) |
| 4059 | (easy-menu-add Custom-mode-menu) | 4059 | (easy-menu-add Custom-mode-menu) |
| 4060 | (make-local-variable 'custom-options) | 4060 | (make-local-variable 'custom-options) |
| 4061 | (make-local-variable 'custom-local-buffer) | ||
| 4061 | (make-local-variable 'widget-documentation-face) | 4062 | (make-local-variable 'widget-documentation-face) |
| 4062 | (setq widget-documentation-face 'custom-documentation-face) | 4063 | (setq widget-documentation-face 'custom-documentation-face) |
| 4063 | (make-local-variable 'widget-button-face) | 4064 | (make-local-variable 'widget-button-face) |