emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/obsolete/bg-mouse.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/bg-mouse.el
Date: Fri, 26 Aug 2005 06:47:29 -0400

Index: emacs/lisp/obsolete/bg-mouse.el
diff -c emacs/lisp/obsolete/bg-mouse.el:1.1 emacs/lisp/obsolete/bg-mouse.el:1.2
*** emacs/lisp/obsolete/bg-mouse.el:1.1 Thu Aug 25 11:01:15 2005
--- emacs/lisp/obsolete/bg-mouse.el     Fri Aug 26 10:47:28 2005
***************
*** 50,60 ****
  ;;; semicolon screws up indenting, so use this instead
  (defconst semicolon ?\;)
  
! (eval-when-compile
!   (defvar bg-mouse-x) (defvar bg-mouse-y) (defvar bg-cursor-window)
!   ;; This variable does not exist since 1991, so it's a safe bet
!   ;; this package is not really used anymore.  Still...
!   (defvar mouse-map))
  
  ;;;  Defuns:
  
--- 50,61 ----
  ;;; semicolon screws up indenting, so use this instead
  (defconst semicolon ?\;)
  
! (defvar bg-mouse-x)
! (defvar bg-mouse-y)
! (defvar bg-cursor-window)
! ;; This variable does not exist since 1991, so it's a safe bet
! ;; this package is not really used anymore.  Still...
! (defvar mouse-map)
  
  ;;;  Defuns:
  




reply via email to

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