changeset 62608:ad7518f065e5

(focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 22 May 2005 10:36:41 +0000
parents da37fb20f191
children 7697a63a3716
files lisp/subr.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Sun May 22 10:31:42 2005 +0000
+++ b/lisp/subr.el	Sun May 22 10:36:41 2005 +0000
@@ -784,6 +784,12 @@
   baud-rate)
 (make-obsolete 'baud-rate "use the `baud-rate' variable instead." "before 19.15")
 
+;; These are used by VM and some old programs
+(defalias 'focus-frame 'ignore "")
+(make-obsolete 'focus-frame "it does nothing." "22.1")
+(defalias 'unfocus-frame 'ignore "")
+(make-obsolete 'unfocus-frame "it does nothing." "22.1")
+
 
 ;;;; Obsolescence declarations for variables, and aliases.