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-misc.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el
Date: Tue, 30 Nov 2004 13:08:32 -0500

Index: emacs/lisp/calc/calc-misc.el
diff -c emacs/lisp/calc/calc-misc.el:1.16 emacs/lisp/calc/calc-misc.el:1.17
*** emacs/lisp/calc/calc-misc.el:1.16   Mon Nov 29 05:57:46 2004
--- emacs/lisp/calc/calc-misc.el        Tue Nov 30 17:17:35 2004
***************
*** 27,39 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc.el.
- (require 'calc)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-misc () nil)
- 
- 
  (defun calc-dispatch-help (arg)
    "M-# is a prefix key; follow it with one of these letters:
  
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc.el.
  
+ (require 'calc)
  (require 'calc-macs)
  
  (defun calc-dispatch-help (arg)
    "M-# is a prefix key; follow it with one of these letters:
  
***************
*** 760,764 ****
--- 757,763 ----
  " )))
  (defalias 'calc-report-bug 'report-calc-bug)
  
+ (provide 'calc-misc)
+ 
  ;;; arch-tag: 7984d9d0-62e5-41dc-afb8-e904b975f250
  ;;; calc-misc.el ends here




reply via email to

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