comparison lisp/cus-edit.el @ 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 21135e13f9cd
children caaa4fda6808
comparison
equal deleted inserted replaced
50282:369741bbc419 50283:73ab8e5b6d65
4056 (setq major-mode 'custom-mode 4056 (setq major-mode 'custom-mode
4057 mode-name "Custom") 4057 mode-name "Custom")
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)
4064 (setq widget-button-face 'custom-button-face) 4065 (setq widget-button-face 'custom-button-face)
4065 (set (make-local-variable 'widget-button-pressed-face) 4066 (set (make-local-variable 'widget-button-pressed-face)