emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/subr.el,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el,v [EMACS_22_BASE]
Date: Sat, 30 Aug 2008 22:28:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       08/08/30 22:28:22

Index: subr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/subr.el,v
retrieving revision 1.554.2.15
retrieving revision 1.554.2.16
diff -u -b -r1.554.2.15 -r1.554.2.16
--- subr.el     23 Aug 2008 03:00:54 -0000      1.554.2.15
+++ subr.el     30 Aug 2008 22:28:21 -0000      1.554.2.16
@@ -944,7 +944,8 @@
 (make-obsolete 'focus-frame "it does nothing." "22.1")
 (defalias 'unfocus-frame 'ignore "")
 (make-obsolete 'unfocus-frame "it does nothing." "22.1")
-(make-obsolete 'make-variable-frame-local "use a frame-parameter instead." 
"22.2")
+(make-obsolete 'make-variable-frame-local
+              "explicitly check for a frame-parameter instead." "22.2")
 
 ;;;; Obsolescence declarations for variables, and aliases.
 




reply via email to

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