annotate src/s/bsdos3.h @ 4701:684f0ed6cd4f

Behave better when #'variable-at-point gives nil, #'custom-variable-prompt. lisp/ChangeLog addition: 2009-09-27 Aidan Kehoe <kehoea@parhasard.net> * cus-edit.el (custom-variable-prompt): nil is a symbol, check that variable-at-point is non-nil before checking if it's a symbol when deciding on the prompt used in this function.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 27 Sep 2009 20:37:44 +0100
parents e04119814345
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
1 /* Synched up with: not in FSF. */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
2
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
3 /* s/ file for BSDI BSD/OS 3.0 system. */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
4
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
5 /* unlike BSD/OS 2.1, 3.0 does not require -lipc */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
6 #include "bsdos2.h"