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/calcsel2.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calcsel2.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 01:05:09 -0500

Index: emacs/lisp/calc/calcsel2.el
diff -c emacs/lisp/calc/calcsel2.el:1.5.4.1 emacs/lisp/calc/calcsel2.el:1.5.4.2
*** emacs/lisp/calc/calcsel2.el:1.5.4.1 Fri Apr 16 12:50:12 2004
--- emacs/lisp/calc/calcsel2.el Wed Dec  8 05:02:17 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.
  
***************
*** 28,39 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
! (defun calc-Need-calc-sel-2 () nil)
! 
  
  (defun calc-commute-left (arg)
    (interactive "p")
--- 27,38 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
! ;; The variable calc-keep-selection is declared and set in calc-sel.el.
! (defvar calc-keep-selection)
  
  (defun calc-commute-left (arg)
    (interactive "p")
***************
*** 296,300 ****
--- 295,301 ----
    (interactive "P")
    (calc-rewrite-selection "InvertRules" many "jinv"))
  
+ (provide 'calcsel2)
+ 
  ;;; arch-tag: 7c5b8d65-b8f0-45d9-820d-9930f8ee114b
  ;;; calcsel2.el ends here




reply via email to

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