Fix #4995: adapt to more renamed comp-* symbols
Two more variables were renamed upstream.
This commit is contained in:
parent
5fca440beb
commit
6ad4f0698e
3 changed files with 9 additions and 3 deletions
|
@ -153,8 +153,10 @@ users).")
|
|||
;;
|
||||
;;; Native Compilation support (http://akrl.sdf.org/gccemacs.html)
|
||||
|
||||
;; REVIEW Remove me after a couple weeks.
|
||||
(when (boundp 'comp-eln-load-path)
|
||||
;; REVIEW Remove after a couple months
|
||||
(when (boundp 'comp-deferred-compilation)
|
||||
(defvaralias 'native-comp-deferred-compilation 'comp-deferred-compilation)
|
||||
(defvaralias 'native-comp-deferred-compilation-deny-list 'comp-deferred-compilation-deny-list)
|
||||
(defvaralias 'native-comp-eln-load-path 'comp-eln-load-path)
|
||||
(defvaralias 'native-comp-warning-on-missing-source 'comp-warning-on-missing-source)
|
||||
(defvaralias 'native-comp-driver-options 'comp-native-driver-options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue