mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Add a provide statement.
(calc-Need-calc-lang): Remove it.
This commit is contained in:
parent
567bb26fae
commit
4b37638f7d
1 changed files with 3 additions and 5 deletions
|
|
@ -26,15 +26,11 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
|
||||
;; This file is autoloaded from calc-ext.el.
|
||||
|
||||
(require 'calc-ext)
|
||||
|
||||
(require 'calc-macs)
|
||||
|
||||
(defun calc-Need-calc-lang () nil)
|
||||
|
||||
|
||||
;;; Alternate entry/display languages.
|
||||
|
||||
(defun calc-set-language (lang &optional option no-refresh)
|
||||
|
|
@ -1163,5 +1159,7 @@
|
|||
(setq h (1+ h))))
|
||||
h))
|
||||
|
||||
(provide 'calc-lang)
|
||||
|
||||
;;; arch-tag: 483bfe15-f290-4fef-bb7d-ce65be687f2e
|
||||
;;; calc-lang.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue