]> git.eshelyaron.com Git - emacs.git/commitdiff
2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 24 Mar 2003 01:46:29 +0000 (01:46 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 24 Mar 2003 01:46:29 +0000 (01:46 +0000)
* cus-edit.el (custom-mode): Make `custom-local-buffer' local.

lisp/ChangeLog
lisp/cus-edit.el

index 4b2d88f152ede156e3afa84a42e72d49d10f283a..45d8fcd1a32a4ab8bb5c39b9b42b1c43dd13900b 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
+
+       * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
+
 2003-03-23  Peter Breton  <pbreton@attbi.com>
 
        * net/net-utils.el (dns-lookup-host): New function.
index 18059fcd85b8cb8e8b7ad7db7289291487c53c2c..312bc092044f082956ef16ad4f401d2bf63f16b5 100644 (file)
@@ -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)