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: Tue, 01 Jun 2004 20:38:47 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.394 emacs/lisp/subr.el:1.395
*** emacs/lisp/subr.el:1.394    Sat May 29 15:23:42 2004
--- emacs/lisp/subr.el  Wed Jun  2 00:38:00 2004
***************
*** 851,859 ****
  (make-obsolete 'dot-min 'point-min    "before 19.15")
  (make-obsolete 'dot-marker 'point-marker "before 19.15")
  (make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15")
! (make-obsolete 'baud-rate "use the baud-rate variable instead." "before 
19.15")
  (make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15")
  (make-obsolete 'define-function 'defalias "20.1")
  
  (defun insert-string (&rest args)
    "Mocklisp-compatibility insert function.
--- 851,861 ----
  (make-obsolete 'dot-min 'point-min    "before 19.15")
  (make-obsolete 'dot-marker 'point-marker "before 19.15")
  (make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15")
! (make-obsolete 'baud-rate "use the `baud-rate' variable instead." "before 
19.15")
  (make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15")
  (make-obsolete 'define-function 'defalias "20.1")
+ (make-obsolete 'focus-frame "it does nothing." "19.32")
+ (make-obsolete 'unfocus-frame "it does nothing." "19.32")
  
  (defun insert-string (&rest args)
    "Mocklisp-compatibility insert function.
***************
*** 870,877 ****
    "Return the value of the `baud-rate' variable."
    baud-rate)
  
! (defalias 'focus-frame 'ignore)
! (defalias 'unfocus-frame 'ignore)
  
  
  ;;;; Obsolescence declarations for variables.
--- 872,879 ----
    "Return the value of the `baud-rate' variable."
    baud-rate)
  
! (defalias 'focus-frame 'ignore "")
! (defalias 'unfocus-frame 'ignore "")
  
  
  ;;;; Obsolescence declarations for variables.
***************
*** 1186,1192 ****
  ;; compatibility
  
  (make-obsolete 'process-kill-without-query
!                "use `process-query-on-exit-flag'\nor 
`set-process-query-on-exit-flag'."
                 "21.5")
  (defun process-kill-without-query (process &optional flag)
    "Say no query needed if PROCESS is running when Emacs is exited.
--- 1188,1194 ----
  ;; compatibility
  
  (make-obsolete 'process-kill-without-query
!                "use `process-query-on-exit-flag' or 
`set-process-query-on-exit-flag'."
                 "21.5")
  (defun process-kill-without-query (process &optional flag)
    "Say no query needed if PROCESS is running when Emacs is exited.




reply via email to

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