# HG changeset patch # User Stefan Monnier # Date 1106937750 0 # Node ID c8a0d09474afed6500b0a9b21fa7b4e47f2dac82 # Parent b8352a1f354a536a9c88d0cd64ffbe42e38f5c6c (customize-group-other-window, custom-buffer-create-other-window): Don't override special-display-*. diff -r b8352a1f354a -r c8a0d09474af lisp/cus-edit.el --- a/lisp/cus-edit.el Fri Jan 28 17:07:57 2005 +0000 +++ b/lisp/cus-edit.el Fri Jan 28 18:42:30 2005 +0000 @@ -1,6 +1,7 @@ ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages ;; -;; Copyright (C) 1996,97,1999,2000,01,02,03,2004 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen ;; Maintainer: FSF @@ -898,8 +899,6 @@ (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)) @@ -1246,8 +1245,6 @@ 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)) @@ -4187,5 +4184,5 @@ (provide 'cus-edit) -;;; arch-tag: 64533aa4-1b1a-48c3-8812-f9dc718e8a6f +;; arch-tag: 64533aa4-1b1a-48c3-8812-f9dc718e8a6f ;;; cus-edit.el ends here