Browse Source

ob-calc.el: Remove (require 'calc-store).

Bastien Guerry 13 years ago
parent
commit
8302ba8df0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lisp/ob-calc.el

+ 0 - 1
lisp/ob-calc.el

@@ -28,7 +28,6 @@
 ;;; Code:
 (require 'ob)
 (require 'calc)
-(require 'calc-store)
 (unless (featurep 'xemacs)
   (require 'calc-trail)
   (require 'calc-store))