diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-06-13 00:16:17 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-06-13 00:16:17 +0200 |
commit | 6d63f68f33686e543cced954c1f0ea6641b3ae6f (patch) | |
tree | 97eac22c70d312d1a900f3c73fe5f088601a2712 /lisp/progmodes/idlw-shell.el | |
parent | 1f03c52173e75f05122b3c793ccdc371b61fc17e (diff) | |
download | emacs-6d63f68f33686e543cced954c1f0ea6641b3ae6f.tar.gz emacs-6d63f68f33686e543cced954c1f0ea6641b3ae6f.tar.bz2 emacs-6d63f68f33686e543cced954c1f0ea6641b3ae6f.zip |
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.
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
-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) |