diff options
-rw-r--r-- | gnu/packages/aux-files/emacs/comp-integrity.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/aux-files/emacs/comp-integrity.el b/gnu/packages/aux-files/emacs/comp-integrity.el index 74ee0952f4..a53b9dcc5f 100644 --- a/gnu/packages/aux-files/emacs/comp-integrity.el +++ b/gnu/packages/aux-files/emacs/comp-integrity.el @@ -39,7 +39,7 @@ (expect-native custom-add-choice) (expect-native debug-early) (expect-native display-table-slot disp-table) -(expect-native dnd-open-file) +(expect-native-if-bound dnd-open-file) (expect-native dos-mode25 dos-fns) (expect-native find-file-text dos-w32) (expect-native-if-bound dynamic-setting-handle-config-changed-event) |