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: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Sat, 21 May 2005 22:30:41 -0400

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.165 
emacs/lisp/emacs-lisp/bytecomp.el:2.166
*** emacs/lisp/emacs-lisp/bytecomp.el:2.165     Thu May 19 15:39:21 2005
--- emacs/lisp/emacs-lisp/bytecomp.el   Sun May 22 02:30:41 2005
***************
*** 4055,4081 ****
      (setq command-line-args-left (cdr command-line-args-left)))
    (kill-emacs 0))
  
- 
- (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")
- 
  (provide 'byte-compile)
  (provide 'bytecomp)
  
--- 4055,4060 ----




reply via email to

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