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

Diff of /emacs/lisp/imenu.el

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

revision 1.90 by monnier, Thu Aug 15 00:11:15 2002 UTC revision 1.91 by gm, Tue Aug 20 20:21:00 2002 UTC
# Line 788  PATTERNS." Line 788  PATTERNS."
788        ;; The character(s) to modify may be a single char or a string.        ;; The character(s) to modify may be a single char or a string.
789        (if (numberp (car syn))        (if (numberp (car syn))
790            (modify-syntax-entry (car syn) (cdr syn) table)            (modify-syntax-entry (car syn) (cdr syn) table)
791          (dolist (c (car syn))          (mapc (lambda (c)
792            (modify-syntax-entry c (cdr syn) table))))                  (modify-syntax-entry c (cdr syn) table))
793                  (car syn))))
794      (goto-char (point-max))      (goto-char (point-max))
795      (imenu-progress-message prev-pos 0 t)      (imenu-progress-message prev-pos 0 t)
796      (unwind-protect                     ; for syntax table      (unwind-protect                     ; for syntax table

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

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