Mercurial > hg > xemacs-beta
comparison etc/ledit.l @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
96 ;;; LISZT* | 96 ;;; LISZT* |
97 ;;; Need this guy to do compile-input. | 97 ;;; Need this guy to do compile-input. |
98 ;;; Liszt returns 0 if all was well. | 98 ;;; Liszt returns 0 if all was well. |
99 ;;; Note that in ordinary use the user will have to get used to looking | 99 ;;; Note that in ordinary use the user will have to get used to looking |
100 ;;; at "%Warning: ... Compiler declared *foo* special" messages, since | 100 ;;; at "%Warning: ... Compiler declared *foo* special" messages, since |
101 ;;; you don't usually want to hunt around in your file, zap in the the | 101 ;;; you don't usually want to hunt around in your file, zap in the |
102 ;;; declarations, then go back to what you were doing. | 102 ;;; declarations, then go back to what you were doing. |
103 ;;; Fortunately this doesn't cause the compiler to bomb. | 103 ;;; Fortunately this doesn't cause the compiler to bomb. |
104 ;;; Some sleepless night I will think of a way to get around this. | 104 ;;; Some sleepless night I will think of a way to get around this. |
105 | 105 |
106 (defun liszt* (&rest args) | 106 (defun liszt* (&rest args) |