Changeset dd7371b in git
- Timestamp:
- Sep 3, 1999, 12:52:12 PM (24 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- b6ce5c964bb19d8368e7bc887aeb8655e7373bb4
- Parents:
- 6fc3def6b0c7905f30860129fd3cd160bd19e4e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/singular.el
r6fc3de rdd7371b 1 1 ;;; singular.el --- Emacs support for Computer Algebra System Singular 2 2 3 ;; $Id: singular.el,v 1. 39 1999-08-31 19:17:22 wichmann Exp $3 ;; $Id: singular.el,v 1.40 1999-09-03 10:52:12 wichmann Exp $ 4 4 5 5 ;;; Commentary: … … 3621 3621 ;; run comint mode and do basic mode setup 3622 3622 (let (comint-mode-hook) 3623 (comint-mode)) 3623 (comint-mode) 3624 (singular-comint-init)) 3624 3625 (setq major-mode 'singular-interactive-mode) 3625 3626 (setq mode-name "Singular Interaction") … … 3638 3639 (make-local-hook 'singular-post-output-filter-functions) 3639 3640 3640 ;; initialize foldings3641 3641 (singular-interactive-mode-map-init) 3642 3642 (singular-mode-syntax-table-init) … … 3646 3646 (singular-help-init) 3647 3647 (singular-prompt-init) 3648 (singular-exec-init) 3648 3649 3649 3650 ;; Font Lock mode initialization for Emacs. For XEmacs, it is done at
Note: See TracChangeset
for help on using the changeset viewer.