Changeset e6d2f67 in git
- Timestamp:
- Jul 6, 2009, 2:50:41 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 26e0303c673f1ea1974abad72b4774ff1091ae3c
- Parents:
- ebf6a6a27096cc35d556a7254a11ccb5f392c9d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/emacs.cc
rebf6a6 re6d2f67 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: emacs.cc,v 1.2 6 2004-07-12 15:01:19Singular Exp $ */4 /* $Id: emacs.cc,v 1.27 2009-07-06 12:50:41 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: Esingular main file … … 285 285 strlen(emacs_load) + 286 286 length + 300); 287 c har* prefix = "--";287 const char* prefix = "--"; 288 288 if (strstr(emacs, "xemacs") || strstr(emacs, "Xemacs") || strstr(emacs, "XEMACS")) 289 289 prefix = "-";
Note: See TracChangeset
for help on using the changeset viewer.