emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: customize-style, alternative patch.


From: Luc Teirlinck
Subject: Re: customize-style, alternative patch.
Date: Sat, 22 Mar 2003 21:45:03 -0600 (CST)

Richard Stallman wrote:   
   
   Can you install the patch?  If not, would someone else please?

I can not install it, because I do not have write access to the CVS.


2003-03-20  Luc Teirlinck  <address@hidden>

        * cus-edit.el (custom-mode): Make custom-local-buffer local.

Patch:

===File ~/cus-edit-newdiff==================================
cd /usr/local/share/emacs/21.3.50/lisp/
diff -c /usr/local/share/emacs/21.3.50/lisp/cus-edit.old.el 
/usr/local/share/emacs/21.3.50/lisp/cus-edit.el
*** /usr/local/share/emacs/21.3.50/lisp/cus-edit.old.el Fri Mar 14 15:09:47 2003
--- /usr/local/share/emacs/21.3.50/lisp/cus-edit.el     Thu Mar 20 11:07:35 2003
***************
*** 4058,4063 ****
--- 4058,4064 ----
    (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)

Diff finished at Thu Mar 20 11:14:29
============================================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]