/[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.8.3 by miles, Tue Jul 6 09:14:18 2004 UTC revision 1.20.8.4 by miles, Thu Sep 16 00:14:58 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.8.3  
changed lines
  Added in v.1.20.8.4

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