Browse Source

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

Bastien Guerry 13 năm trước cách đây
mục cha
commit
8302ba8df0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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))