emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109817: Improve obsolescence message


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109817: Improve obsolescence message of display-buffer-reuse-frames.
Date: Thu, 30 Aug 2012 11:45:51 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109817
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2012-08-30 11:45:51 +0800
message:
  Improve obsolescence message of display-buffer-reuse-frames.
   
  * lisp/window.el (display-buffer-reuse-frames): Make the obsolescence
  message more informative.
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-30 01:44:11 +0000
+++ b/lisp/ChangeLog    2012-08-30 03:45:51 +0000
@@ -1,3 +1,8 @@
+2012-08-30  Chong Yidong  <address@hidden>
+
+       * window.el (display-buffer-reuse-frames): Make the obsolescence
+       message more informative.
+
 2012-08-30  Glenn Morris  <address@hidden>
 
        * paren.el (show-paren-delay):

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2012-08-26 13:42:18 +0000
+++ b/lisp/window.el    2012-08-30 03:45:51 +0000
@@ -4710,7 +4710,11 @@
   :type 'boolean
   :version "21.1"
   :group 'windows)
-(make-obsolete-variable 'display-buffer-reuse-frames 'display-buffer-alist 
"24.3")
+
+(make-obsolete-variable
+ 'display-buffer-reuse-frames
+ "use a `reusable-frames' alist entry in `display-buffer-alist'."
+ "24.3")
 
 (defcustom pop-up-windows t
   "Non-nil means `display-buffer' should make a new window."


reply via email to

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