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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el
Date: Tue, 30 Nov 2004 12:21:33 -0500

Index: emacs/lisp/calc/calc-help.el
diff -c emacs/lisp/calc/calc-help.el:1.12 emacs/lisp/calc/calc-help.el:1.13
*** emacs/lisp/calc/calc-help.el:1.12   Fri Nov 26 22:37:54 2004
--- emacs/lisp/calc/calc-help.el        Tue Nov 30 17:11:37 2004
***************
*** 28,40 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-help () nil)
- 
- 
  (defun calc-help-prefix (arg)
    "This key is the prefix for Calc help functions.  See calc-help-for-help."
    (interactive "P")
--- 28,37 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defun calc-help-prefix (arg)
    "This key is the prefix for Calc help functions.  See calc-help-for-help."
    (interactive "P")
***************
*** 676,680 ****
--- 673,679 ----
       "} (matrix brackets); . (abbreviate); / (multi-lines)")
     "vec/mat" ?v))
  
+ (provide 'calc-help)
+ 
  ;; arch-tag: 2d347593-7591-449e-a64a-93dab5f2f686
  ;;; calc-help.el ends here




reply via email to

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