/[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.165 by rms, Thu May 19 15:39:21 2005 UTC revision 2.166 by nickrob, Sun May 22 02:30:41 2005 UTC
# Line 4055  For example, invoke `emacs -batch -f bat Line 4055  For example, invoke `emacs -batch -f bat
4055      (setq command-line-args-left (cdr command-line-args-left)))      (setq command-line-args-left (cdr command-line-args-left)))
4056    (kill-emacs 0))    (kill-emacs 0))
4057    
   
 (make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15")  
 (make-obsolete-variable 'blink-paren-hook 'blink-paren-function "before 19.15")  
 (make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function "before 19.15")  
 (make-obsolete-variable 'inhibit-local-variables  
                 "use enable-local-variables (with the reversed sense)."  
                 "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 'before-change-function  
   "use before-change-functions; which is a list of functions rather than a single function."  
   "before 19.34")  
 (make-obsolete-variable 'after-change-function  
   "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")  
   
4058  (provide 'byte-compile)  (provide 'byte-compile)
4059  (provide 'bytecomp)  (provide 'bytecomp)
4060    

Legend:
Removed from v.2.165  
changed lines
  Added in v.2.166

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