Changeset 4131 for trunk/lisp/replace.el
- Timestamp:
- 07/29/06 07:48:34 (2 years ago)
- Files:
-
- trunk/lisp/replace.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/replace.el
r4098 r4131 1284 1284 1285 1285 Note that these symbols must be preceeded by a backslash in order to 1286 type them ."1287 (while n1286 type them using Lisp syntax." 1287 (while (consp n) 1288 1288 (cond 1289 1289 ((consp (car n))
