Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.455 emacs/lisp/subr.el:1.456
*** emacs/lisp/subr.el:1.455    Thu May 19 23:44:17 2005
--- emacs/lisp/subr.el  Sun May 22 10:36:41 2005
***************
*** 784,789 ****
--- 784,795 ----
    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.
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to