Changeset eedab2 in git
- Timestamp:
- Nov 5, 1999, 3:09:16 PM (24 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 21fd9365b492e05aeac1b5f7719cd9a9eca63b0c
- Parents:
- 15d7992510fda0efdd578dd2148a6f8befb38933
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/singular.el
r15d7992 reedab2 1 1 ;;; singular.el --- Emacs support for Computer Algebra System Singular 2 2 3 ;; $Id: singular.el,v 1.4 7 1999-10-22 11:43:57obachman Exp $3 ;; $Id: singular.el,v 1.48 1999-11-05 14:09:16 obachman Exp $ 4 4 5 5 ;;; Commentary: … … 3951 3951 (buffer (get-buffer buffer-name))) 3952 3952 3953 ;; make sure directory contains a "/" at the end 3954 (setq directory 3955 (concat directory 3956 ;; we check for trailing slash and backslash 3957 ;; but unconditionally insert a slash. 3958 ;; Hopefully that works on NT, too. 3959 (if (memq (aref directory 3960 (1- (length directory))) 3961 '(?/ ?\\)) 3962 "" "/"))) 3963 3953 3964 (if (not buffer) 3954 3965 (progn
Note: See TracChangeset
for help on using the changeset viewer.