]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve obsolescence message of display-buffer-reuse-frames.
authorChong Yidong <cyd@gnu.org>
Thu, 30 Aug 2012 03:45:51 +0000 (11:45 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 30 Aug 2012 03:45:51 +0000 (11:45 +0800)
* lisp/window.el (display-buffer-reuse-frames): Make the obsolescence
message more informative.

lisp/ChangeLog
lisp/window.el

index aa89a939f4a5d75afbd7bdffc6cf4ef3cbdd0349..c59723a10471f285e36c7b8d1d874d836c11c2dd 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-30  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (display-buffer-reuse-frames): Make the obsolescence
+       message more informative.
+
 2012-08-30  Glenn Morris  <rgm@gnu.org>
 
        * paren.el (show-paren-delay):
index 3599ff5527f0e3d7ba20ac73dc76405420ff755b..8f410ea3d4d8762386cf4f382de8defe63ddbd38 100644 (file)
@@ -4710,7 +4710,11 @@ that frame."
   :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."