Mercurial > hg > xemacs-beta
comparison lisp/prim/simple.el @ 199:169c0442b401 r20-3b26
Import from CVS: tag r20-3b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:00:33 +0200 |
parents | a2f645c6b9f8 |
children | eb5470882647 |
comparison
equal
deleted
inserted
replaced
198:a94d4839ade3 | 199:169c0442b401 |
---|---|
2591 ((consp arg) | 2591 ((consp arg) |
2592 (setq fill-column (current-column))) | 2592 (setq fill-column (current-column))) |
2593 ;; Disallow missing argument; it's probably a typo for C-x C-f. | 2593 ;; Disallow missing argument; it's probably a typo for C-x C-f. |
2594 (t | 2594 (t |
2595 (error "set-fill-column requires an explicit argument"))) | 2595 (error "set-fill-column requires an explicit argument"))) |
2596 (display-message 'command "fill-column set to %d" fill-column)) | 2596 (display-message 'command (format "fill-column set to %d" fill-column))) |
2597 | 2597 |
2598 (defcustom comment-multi-line t ; XEmacs - this works well with adaptive fill | 2598 (defcustom comment-multi-line t ; XEmacs - this works well with adaptive fill |
2599 "*Non-nil means \\[indent-new-comment-line] should continue same comment | 2599 "*Non-nil means \\[indent-new-comment-line] should continue same comment |
2600 on new line, with no new terminator or starter. | 2600 on new line, with no new terminator or starter. |
2601 This is obsolete because you might as well use \\[newline-and-indent]." | 2601 This is obsolete because you might as well use \\[newline-and-indent]." |