Changeset 4cb4e3 in git
- Timestamp:
- Sep 17, 1999, 1:14:13 PM (24 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- 2166ad33bd9e056089bce9df7dcbfce622ae90e8
- Parents:
- 0b70a3a67eb5a309fca123aa0c27bfff4cf634d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/singular.el
r0b70a3 r4cb4e3 1 1 ;;; singular.el --- Emacs support for Computer Algebra System Singular 2 2 3 ;; $Id: singular.el,v 1.4 4 1999-09-17 08:32:27 obachman Exp $3 ;; $Id: singular.el,v 1.45 1999-09-17 11:14:13 wichmann Exp $ 4 4 5 5 ;;; Commentary: … … 663 663 ["Fold All Output" singular-folding-fold-all-output t] 664 664 ["Unfold All Output" singular-folding-unfold-all-output t] 665 "---" 666 ["Truncate Lines" singular-toggle-truncate-lines 667 :style toggle :selected truncate-lines] 665 668 "--" 666 669 (append … … 672 675 (not singular-demo-mode))] 673 676 ["Exit Demo" singular-demo-exit singular-demo-mode] 674 "---"675 ["Truncate Lines" singular-toggle-truncate-lines676 :style toggle :selected truncate-lines]677 677 ))) 678 678 … … 1016 1016 (singular-input-filter process string) 1017 1017 (singular-send-string process string))) 1018 1019 (defvar singular-load-library-history nil 1020 "History list for loading of singular libraries. 1021 Is used by `singular-load-library'.") 1018 1022 1019 1023 (defun singular-load-library (nonstdlib &optional file)
Note: See TracChangeset
for help on using the changeset viewer.