# HG changeset patch # User Juanma Barranquero # Date 1195209316 0 # Node ID a5f9f96b8f89ca9b159373087e30cfe311b5fb7e # Parent 257d7bd901b9817772e7e4ba1531ad832cd43566 (make-variable-frame-local): Fix typo in obsolescence declaration. diff -r 257d7bd901b9 -r a5f9f96b8f89 lisp/subr.el --- a/lisp/subr.el Fri Nov 16 07:54:30 2007 +0000 +++ b/lisp/subr.el Fri Nov 16 10:35:16 2007 +0000 @@ -944,7 +944,7 @@ (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 "use a frame-parameter instead." "22.2") ;;;; Obsolescence declarations for variables, and aliases.