emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calc/calc-sel.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-sel.el
Date: Wed, 24 Nov 2004 01:09:11 -0500

Index: emacs/lisp/calc/calc-sel.el
diff -c emacs/lisp/calc/calc-sel.el:1.8 emacs/lisp/calc/calc-sel.el:1.9
*** emacs/lisp/calc/calc-sel.el:1.8     Fri Nov 19 22:21:18 2004
--- emacs/lisp/calc/calc-sel.el Wed Nov 24 06:00:30 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 416,421 ****
--- 415,424 ----
              (setcar x (list 'cplx (car x) 0))
            (calc-encase-atoms-rec (car x)))))))
  
+ ;; The variable math-comp-sel-tag is local to calc-find-selected-part,
+ ;; but is used by math-comp-sel-flat-term and math-comp-add-string-sel
+ ;; in calccomp.el, which are called (indirectly) by calc-find-selected-part.
+ 
  (defun calc-find-selected-part ()
    (let* ((math-comp-sel-hpos (- (current-column) calc-selection-cache-offset))
         toppt




reply via email to

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