diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-23 06:06:41 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-23 06:06:41 +0000 |
commit | 050815029470a0da5eb9127221a0e7e7aa3ff125 (patch) | |
tree | 3fa47efebdb487c5e9c3c1fd40a54a3cdf1bd217 /lisp/calc | |
parent | 471f8b9293661b3f23ff215b28ff01fc3d1cc351 (diff) | |
download | emacs-050815029470a0da5eb9127221a0e7e7aa3ff125.tar.gz |
Delete empty lines at the end of file.
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc-ext.el | 2 | ||||
-rw-r--r-- | lisp/calc/calc-math.el | 2 | ||||
-rw-r--r-- | lisp/calc/calc-rewr.el | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 1253d464336..aeb19899e9f 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -3280,5 +3280,3 @@ A key may contain additional specs for Inverse, Hyperbolic, and Inv+Hyp.") (run-hooks 'calc-ext-load-hook) ;;; calc-ext.el ends here - - diff --git a/lisp/calc/calc-math.el b/lisp/calc/calc-math.el index 2bc6c681c4b..0a14e05a7a1 100644 --- a/lisp/calc/calc-math.el +++ b/lisp/calc/calc-math.el @@ -1676,5 +1676,3 @@ (put 'calcFunc-deg 'math-expandable t) ;;; calc-math.el ends here - - diff --git a/lisp/calc/calc-rewr.el b/lisp/calc/calc-rewr.el index 5e46e135ae2..527d71dbbc0 100644 --- a/lisp/calc/calc-rewr.el +++ b/lisp/calc/calc-rewr.el @@ -2043,5 +2043,3 @@ (cdr rules))))))) ;;; calc-rewr.el ends here - - |