emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Fri, 19 Jul 2002 07:35:38 -0400

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.103 
emacs/lisp/emacs-lisp/bytecomp.el:2.104
*** emacs/lisp/emacs-lisp/bytecomp.el:2.103     Fri Jul 19 02:23:28 2002
--- emacs/lisp/emacs-lisp/bytecomp.el   Fri Jul 19 07:35:37 2002
***************
*** 10,16 ****
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.103 $")
  
  ;; This file is part of GNU Emacs.
  
--- 10,16 ----
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.104 $")
  
  ;; This file is part of GNU Emacs.
  
***************
*** 3810,3825 ****
  (make-obsolete-variable 'inhibit-local-variables
                "use enable-local-variables (with the reversed sense)."
                "before 19.15")
- (make-obsolete-variable 'unread-command-char
-   "use unread-command-events instead.  That variable is a list of events to 
reread, so it now uses nil to mean `no event', instead of -1."
-   "before 19.15")
  (make-obsolete-variable 'unread-command-event
    "use unread-command-events; which is a list of events rather than a single 
event."
    "before 19.15")
  (make-obsolete-variable 'suspend-hooks 'suspend-hook "before 19.15")
  (make-obsolete-variable 'comment-indent-hook 'comment-indent-function "before 
19.15")
  (make-obsolete-variable 'meta-flag "use the set-input-mode function instead." 
"before 19.34")
- (make-obsolete-variable 'executing-macro 'executing-kbd-macro "before 19.34")
  (make-obsolete-variable 'before-change-function
    "use before-change-functions; which is a list of functions rather than a 
single function."
    "before 19.34")
--- 3810,3821 ----
***************
*** 3827,3836 ****
    "use after-change-functions; which is a list of functions rather than a 
single function."
    "before 19.34")
  (make-obsolete-variable 'font-lock-doc-string-face 'font-lock-string-face 
"before 19.34")
- (make-obsolete-variable 'post-command-idle-hook
-   "use timers instead, with `run-with-idle-timer'." "before 19.34")
- (make-obsolete-variable 'post-command-idle-delay
-   "use timers instead, with `run-with-idle-timer'." "before 19.34")
  
  (provide 'byte-compile)
  (provide 'bytecomp)
--- 3823,3828 ----



reply via email to

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