Changeset ef0124 in git for emacs/singular.el


Ignore:
Timestamp:
May 5, 2000, 8:40:34 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ba9453910d26fdb676fa083bc02d866111ea5ece
Parents:
f9bfec9b7263804ac776257b32087185168b1000
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@4290 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/singular.el

    rf9bfec ref0124  
    11;;; singular.el --- Emacs support for Computer Algebra System Singular
    22
    3 ;; $Id: singular.el,v 1.56 2000-04-27 12:12:27 wichmann Exp $
     3;; $Id: singular.el,v 1.57 2000-05-05 18:40:34 obachman Exp $
    44
    55;;; Commentary:
     
    33293329        (save-excursion
    33303330          (set-buffer process-buffer)
    3331           (send-string
     3331          (process-send-string
    33323332           process
    33333333           (concat (singular-run-hook-with-arg-and-value
     
    39793979                  (setq start-string (buffer-substring (point) (point-max)))
    39803980                  (delete-region (point) (point-max))
    3981                   (send-string process start-string)))
     3981                  (process-send-string process start-string)))
    39823982
    39833983            ;; read history if present
Note: See TracChangeset for help on using the changeset viewer.