/[emacs]/emacs/lisp/generic.el
ViewVC logotype

Diff of /emacs/lisp/generic.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20.14.3 by miles, Mon Jun 28 07:28:40 2004 UTC revision 1.20.14.4 by miles, Wed Sep 15 08:59:55 2004 UTC
# Line 405  INI file.  This hook is NOT installed by Line 405  INI file.  This hook is NOT installed by
405  The regexp is highlighted with FACE."  The regexp is highlighted with FACE."
406    (unless (listp keywords-list)    (unless (listp keywords-list)
407      (error "Keywords argument must be a list of strings"))      (error "Keywords argument must be a list of strings"))
408    (list (concat prefix "\\<"    (list (concat prefix "\\_<"
409                  ;; Use an optimized regexp.                  ;; Use an optimized regexp.
410                  (regexp-opt keywords-list t)                  (regexp-opt keywords-list t)
411                  "\\>" suffix)                  "\\_>" suffix)
412          1          1
413          face))          face))
414    

Legend:
Removed from v.1.20.14.3  
changed lines
  Added in v.1.20.14.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26