summaryrefslogtreecommitdiffhomepage
path: root/misc/mixvm.el
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mixvm.el')
-rw-r--r--misc/mixvm.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mixvm.el b/misc/mixvm.el
index 71e1fb5..c437dfd 100644
--- a/misc/mixvm.el
+++ b/misc/mixvm.el
@@ -98,7 +98,8 @@
(save-excursion
(let* ((buf (find-file-noselect file)))
(set-buffer buf)
- (gud-make-debug-menu)
+ (when (boundp 'gud-make-debug-menu)
+ (gud-make-debug-menu))
buf)))