emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/frame.c,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/frame.c,v [EMACS_22_BASE]
Date: Sat, 30 Aug 2008 22:32:37 +0000

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

Index: frame.c
===================================================================
RCS file: /sources/emacs/emacs/src/frame.c,v
retrieving revision 1.340.2.6
retrieving revision 1.340.2.7
diff -u -b -r1.340.2.6 -r1.340.2.7
--- frame.c     8 Jan 2008 04:30:09 -0000       1.340.2.6
+++ frame.c     30 Aug 2008 22:32:37 -0000      1.340.2.7
@@ -2265,7 +2265,9 @@
 
 The value of frame parameter FOO can also be accessed
 as a frame-local binding for the variable FOO, if you have
-enabled such bindings for that variable with `make-variable-frame-local'.  */)
+enabled such bindings for that variable with `make-variable-frame-local'.
+Note that this functionality is obsolete as of Emacs 22.2, and its
+use is not recommended.  Explicitly check for a frame-parameter instead.  */)
      (frame, alist)
      Lisp_Object frame, alist;
 {




reply via email to

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