From: Lars Ingebrigtsen Date: Wed, 12 Jun 2019 22:16:17 +0000 (+0200) Subject: Touch ups to the XEmacs deletion patch for idlw-shell.el X-Git-Tag: emacs-27.0.90~2595 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d63f68f33686e543cced954c1f0ea6641b3ae6f;p=emacs.git Touch ups to the XEmacs deletion patch for idlw-shell.el * lisp/progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track): Fix up previous obsoletion. --- 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)