diff options
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
| -rw-r--r-- | lisp/progmodes/idlw-shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 188ec012cf7..e4f46bf8825 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -2604,7 +2604,7 @@ If ENABLE is non-nil, enable them instead." (let ((bpl (or bpl idlwave-shell-bp-alist)) disabled modified) (while bpl (setq disabled (idlwave-shell-bp-get (car bpl) 'disabled)) - (when (idlwave-xor (not disabled) (eq enable 'enable)) + (when (xor (not disabled) (eq enable 'enable)) (idlwave-shell-toggle-enable-current-bp (car bpl) (if (eq enable 'enable) 'enable 'disable) no-update) (push (car bpl) modified)) |
