Mercurial > hg > xemacs-beta
comparison lisp/prim/isearch-mode.el @ 126:1370575f1259 xemacs-20-1p1
Import from CVS: tag xemacs-20-1p1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:27:39 +0200 |
parents | cca96a509cfe |
children | 1856695b1fa9 |
comparison
equal
deleted
inserted
replaced
125:8b0638b347ec | 126:1370575f1259 |
---|---|
92 ;;; 3/18/92 Fixed yanking in regexps. | 92 ;;; 3/18/92 Fixed yanking in regexps. |
93 | 93 |
94 | 94 |
95 (defgroup isearch nil | 95 (defgroup isearch nil |
96 "Incremental search" | 96 "Incremental search" |
97 :prefix "search-" | |
97 :group 'matching) | 98 :group 'matching) |
98 | 99 |
99 | 100 |
100 (defun isearch-char-to-string (c) | 101 (defun isearch-char-to-string (c) |
101 (if (integerp c) | 102 (if (integerp c) |