diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-07-19 22:04:00 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-07-19 22:04:00 +0200 |
| commit | 1457f5dfb41350937c8e263ff3e56ed8ec2d3140 (patch) | |
| tree | dad953a3e83c7efee42ea5fef39fc892023676b1 /compat.el | |
| parent | fc8c9cdf535387fe82c1c7a217054e5024de3ed7 (diff) | |
Remove obsolete comment
Diffstat (limited to 'compat.el')
| -rw-r--r-- | compat.el | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -41,12 +41,6 @@ (eval-when-compile (require 'compat-macs)) -;; We load all the components of Compat with a copied value of -;; `features' list, that will prevent the list being modified, and all -;; the files can be loaded again. This is done so that -;; `compat--inhibit-prefixed' can take effect when loading `compat', -;; and do nothing when loading each sub-feature manually. - (defvar compat--inhibit-prefixed) (let ((compat--inhibit-prefixed (not (bound-and-true-p compat-testing)))) ;; Instead of using `require', we manually check `features' and call |
