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


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

Index: emacs/lisp/calc/calc-lang.el
diff -c emacs/lisp/calc/calc-lang.el:1.10 emacs/lisp/calc/calc-lang.el:1.11
*** emacs/lisp/calc/calc-lang.el:1.10   Sat Nov 27 04:10:15 2004
--- emacs/lisp/calc/calc-lang.el        Tue Nov 30 17:14:06 2004
***************
*** 26,40 ****
  
  ;;; 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)
--- 26,36 ----
  
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  ;;; Alternate entry/display languages.
  
  (defun calc-set-language (lang &optional option no-refresh)
***************
*** 1163,1167 ****
--- 1159,1165 ----
        (setq h (1+ h))))
      h))
  
+ (provide 'calc-lang)
+ 
  ;;; arch-tag: 483bfe15-f290-4fef-bb7d-ce65be687f2e
  ;;; calc-lang.el ends here




reply via email to

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