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-edit.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Fri, 28 Jan 2005 13:42:31 -0500

Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.206 emacs/lisp/cus-edit.el:1.207
*** emacs/lisp/cus-edit.el:1.206        Sun Jan  9 02:44:54 2005
--- emacs/lisp/cus-edit.el      Fri Jan 28 18:42:30 2005
***************
*** 1,6 ****
  ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages
  ;;
! ;; Copyright (C) 1996,97,1999,2000,01,02,03,2004  Free Software Foundation, 
Inc.
  ;;
  ;; Author: Per Abrahamsen <address@hidden>
  ;; Maintainer: FSF
--- 1,7 ----
  ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages
  ;;
! ;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005
! ;;           Free Software Foundation, Inc.
  ;;
  ;; Author: Per Abrahamsen <address@hidden>
  ;; Maintainer: FSF
***************
*** 898,905 ****
        (let (
              ;; Copied from `custom-buffer-create-other-window'.
              (pop-up-windows t)
-             (special-display-buffer-names nil)
-             (special-display-regexps nil)
              (same-window-buffer-names nil)
              (same-window-regexps nil))
          (pop-to-buffer name))
--- 899,904 ----
***************
*** 1246,1253 ****
  that option."
    (unless name (setq name "*Customization*"))
    (let ((pop-up-windows t)
-       (special-display-buffer-names nil)
-       (special-display-regexps nil)
        (same-window-buffer-names nil)
        (same-window-regexps nil))
      (pop-to-buffer (custom-get-fresh-buffer name))
--- 1245,1250 ----
***************
*** 4187,4191 ****
  
  (provide 'cus-edit)
  
! ;;; arch-tag: 64533aa4-1b1a-48c3-8812-f9dc718e8a6f
  ;;; cus-edit.el ends here
--- 4184,4188 ----
  
  (provide 'cus-edit)
  
! ;; arch-tag: 64533aa4-1b1a-48c3-8812-f9dc718e8a6f
  ;;; cus-edit.el ends here




reply via email to

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