[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calc/calc-trail.el [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calc/calc-trail.el [lexbind] |
Date: |
Wed, 08 Dec 2004 19:35:19 -0500 |
Index: emacs/lisp/calc/calc-trail.el
diff -c emacs/lisp/calc/calc-trail.el:1.3.4.2
emacs/lisp/calc/calc-trail.el:1.3.4.3
*** emacs/lisp/calc/calc-trail.el:1.3.4.2 Tue Oct 14 23:35:49 2003
--- emacs/lisp/calc/calc-trail.el Wed Dec 8 23:36:21 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,40 ****
;;; Code:
;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
(require 'calc-macs)
- (defun calc-Need-calc-trail () nil)
-
-
;;; Trail commands.
(defun calc-trail-in ()
--- 27,36 ----
;;; Code:
;; This file is autoloaded from calc-ext.el.
+ (require 'calc-ext)
(require 'calc-macs)
;;; Trail commands.
(defun calc-trail-in ()
***************
*** 177,181 ****
--- 173,179 ----
(kill-line n)))
(calc-trail-here)))
+ (provide 'calc-trail)
+
;;; arch-tag: 59b76655-d882-4aab-a3ee-b83870e530d0
;;; calc-trail.el ends here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/calc/calc-trail.el [lexbind],
Miles Bader <=