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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Sun, 22 May 2005 06:36:41 -0400

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.
  




reply via email to

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