mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Add a provide statement.
(calc-Need-calc-lang): Remove it.
This commit is contained in:
parent
567bb26fae
commit
4b37638f7d
@ -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…
Reference in New Issue
Block a user