diff options
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index cebd6812fe1..3bd99620d04 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -2774,8 +2774,7 @@ Runs to the last statement and then steps 1 statement. Use the .out command." (defun idlwave-default-mouse-track-event-is-with-button (_event _n) t) -(defun idlwave-xemacs-hack-mouse-track (_event) - (declare (obsolete featurep "27.1"))) +(define-obsolete-function-alias 'idlwave-xemacs-hack-mouse-track 'ignore "27.1") ;;; End terrible hack section (defun idlwave-shell-mouse-print (event) |