]> code.delx.au - gnu-emacs/blobdiff - lisp/makesum.el
(math-read-angle-bracket): Use declared variables math-exp-pos,
[gnu-emacs] / lisp / makesum.el
index a9311e0906e7022fb45b19d9db27237be1e921bd..21a69d5f541e5a8ada6862d027205f1ae86d0f65 100644 (file)
@@ -18,8 +18,9 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
 
 ;;; Commentary:
 
@@ -110,4 +111,7 @@ Previous contents of that buffer are killed first."
        (setq lines (cdr lines))))
     (goto-char (- (point-max) from-end))))
 
+(provide 'makesum)
+
+;;; arch-tag: c2383336-fc89-46ad-8110-ded42bffaee3
 ;;; makesum.el ends here