Mercurial > emacs
annotate src/s/sol2-6.h @ 47454:cf95d79a66c4
(whitespace-unload-hook): Call `remove-hook' with three arguments, not four.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 13 Sep 2002 06:21:32 +0000 |
parents | 5bdc7af4b905 |
children | 3897ddfbb1f5 |
rev | line source |
---|---|
47342
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
1 /* Handle Solaris 2.6. */ |
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
2 |
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
3 #include "sol2-5.h" |
47336 | 4 |
5 #undef UNEXEC | |
6 #define UNEXEC unexsol.o | |
7 |