/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.394 by rms, Sat May 29 15:23:42 2004 UTC revision 1.395 by lektu, Wed Jun 2 00:38:00 2004 UTC
# Line 851  and `event-end' functions." Line 851  and `event-end' functions."
851  (make-obsolete 'dot-min 'point-min      "before 19.15")  (make-obsolete 'dot-min 'point-min      "before 19.15")
852  (make-obsolete 'dot-marker 'point-marker "before 19.15")  (make-obsolete 'dot-marker 'point-marker "before 19.15")
853  (make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15")  (make-obsolete 'buffer-flush-undo 'buffer-disable-undo "before 19.15")
854  (make-obsolete 'baud-rate "use the baud-rate variable instead." "before 19.15")  (make-obsolete 'baud-rate "use the `baud-rate' variable instead." "before 19.15")
855  (make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15")  (make-obsolete 'compiled-function-p 'byte-code-function-p "before 19.15")
856  (make-obsolete 'define-function 'defalias "20.1")  (make-obsolete 'define-function 'defalias "20.1")
857    (make-obsolete 'focus-frame "it does nothing." "19.32")
858    (make-obsolete 'unfocus-frame "it does nothing." "19.32")
859    
860  (defun insert-string (&rest args)  (defun insert-string (&rest args)
861    "Mocklisp-compatibility insert function.    "Mocklisp-compatibility insert function.
# Line 870  is converted into a string by expressing Line 872  is converted into a string by expressing
872    "Return the value of the `baud-rate' variable."    "Return the value of the `baud-rate' variable."
873    baud-rate)    baud-rate)
874    
875  (defalias 'focus-frame 'ignore)  (defalias 'focus-frame 'ignore "")
876  (defalias 'unfocus-frame 'ignore)  (defalias 'unfocus-frame 'ignore "")
877    
878    
879  ;;;; Obsolescence declarations for variables.  ;;;; Obsolescence declarations for variables.
# Line 1186  Optional args SENTINEL and FILTER specif Line 1188  Optional args SENTINEL and FILTER specif
1188  ;; compatibility  ;; compatibility
1189    
1190  (make-obsolete 'process-kill-without-query  (make-obsolete 'process-kill-without-query
1191                 "use `process-query-on-exit-flag'\nor `set-process-query-on-exit-flag'."                 "use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'."
1192                 "21.5")                 "21.5")
1193  (defun process-kill-without-query (process &optional flag)  (defun process-kill-without-query (process &optional flag)
1194    "Say no query needed if PROCESS is running when Emacs is exited.    "Say no query needed if PROCESS is running when Emacs is exited.

Legend:
Removed from v.1.394  
changed lines
  Added in v.1.395

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26