emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/cus-theme.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-theme.el [lexbind]
Date: Tue, 14 Oct 2003 19:51:42 -0400

Index: emacs/lisp/cus-theme.el
diff -c emacs/lisp/cus-theme.el:1.5.2.1 emacs/lisp/cus-theme.el:1.5.2.2
*** emacs/lisp/cus-theme.el:1.5.2.1     Fri Apr  4 01:20:01 2003
--- emacs/lisp/cus-theme.el     Tue Oct 14 19:50:53 2003
***************
*** 73,79 ****
    (widget-insert " ")
    (widget-create 'push-button
                 :notify (lambda (&rest ignore)
!                          (custom-theme-create))
                 "Reset")
    (widget-insert " ")
    (widget-create 'push-button
--- 73,79 ----
    (widget-insert " ")
    (widget-create 'push-button
                 :notify (lambda (&rest ignore)
!                          (customize-create-theme))
                 "Reset")
    (widget-insert " ")
    (widget-create 'push-button
***************
*** 154,157 ****
--- 154,158 ----
        (unless (looking-at "\n")
        (princ "\n")))))
  
+ ;;; arch-tag: cd6919bc-63af-410e-bae2-b6702e762344
  ;;; cus-theme.el ends here




reply via email to

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