emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6d63f68: Touch ups to the XEmacs deletion patch for


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 6d63f68: Touch ups to the XEmacs deletion patch for idlw-shell.el
Date: Wed, 12 Jun 2019 18:16:23 -0400 (EDT)

branch: master
commit 6d63f68f33686e543cced954c1f0ea6641b3ae6f
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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.
---
 lisp/progmodes/idlw-shell.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el
index cebd681..3bd9962 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]