Mercurial > hg > xemacs-beta
comparison lisp/prim/simple.el @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | 1370575f1259 |
children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
141:ea67ad3963dc | 142:1856695b1fa9 |
---|---|
69 | 69 |
70 (defgroup paren-matching nil | 70 (defgroup paren-matching nil |
71 "Highlight (un)matching of parens and expressions." | 71 "Highlight (un)matching of parens and expressions." |
72 :prefix "paren-" | 72 :prefix "paren-" |
73 :group 'matching) | 73 :group 'matching) |
74 | |
75 (defgroup paren-blinking nil | |
76 "Blinking of matched parens." | |
77 :prefix "blink-" | |
78 :group 'paren-matching) | |
79 | 74 |
80 | 75 |
81 (defun newline (&optional arg) | 76 (defun newline (&optional arg) |
82 "Insert a newline, and move to left margin of the new line if it's blank. | 77 "Insert a newline, and move to left margin of the new line if it's blank. |
83 The newline is marked with the text-property `hard'. | 78 The newline is marked with the text-property `hard'. |