/[emacs]/emacs/lisp/emacs-lisp/bytecomp.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/bytecomp.el

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

revision 2.103 by lektu, Fri Jul 19 06:23:28 2002 UTC revision 2.104 by lektu, Fri Jul 19 11:35:37 2002 UTC
# Line 3810  For example, invoke `emacs -batch -f bat Line 3810  For example, invoke `emacs -batch -f bat
3810  (make-obsolete-variable 'inhibit-local-variables  (make-obsolete-variable 'inhibit-local-variables
3811                  "use enable-local-variables (with the reversed sense)."                  "use enable-local-variables (with the reversed sense)."
3812                  "before 19.15")                  "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")  
3813  (make-obsolete-variable 'unread-command-event  (make-obsolete-variable 'unread-command-event
3814    "use unread-command-events; which is a list of events rather than a single event."    "use unread-command-events; which is a list of events rather than a single event."
3815    "before 19.15")    "before 19.15")
3816  (make-obsolete-variable 'suspend-hooks 'suspend-hook "before 19.15")  (make-obsolete-variable 'suspend-hooks 'suspend-hook "before 19.15")
3817  (make-obsolete-variable 'comment-indent-hook 'comment-indent-function "before 19.15")  (make-obsolete-variable 'comment-indent-hook 'comment-indent-function "before 19.15")
3818  (make-obsolete-variable 'meta-flag "use the set-input-mode function instead." "before 19.34")  (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")  
3819  (make-obsolete-variable 'before-change-function  (make-obsolete-variable 'before-change-function
3820    "use before-change-functions; which is a list of functions rather than a single function."    "use before-change-functions; which is a list of functions rather than a single function."
3821    "before 19.34")    "before 19.34")
# Line 3827  For example, invoke `emacs -batch -f bat Line 3823  For example, invoke `emacs -batch -f bat
3823    "use after-change-functions; which is a list of functions rather than a single function."    "use after-change-functions; which is a list of functions rather than a single function."
3824    "before 19.34")    "before 19.34")
3825  (make-obsolete-variable 'font-lock-doc-string-face 'font-lock-string-face "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")  
3826    
3827  (provide 'byte-compile)  (provide 'byte-compile)
3828  (provide 'bytecomp)  (provide 'bytecomp)

Legend:
Removed from v.2.103  
changed lines
  Added in v.2.104

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