]> code.delx.au - gnu-emacs/blobdiff - lisp/ibuffer.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / ibuffer.el
index dc34a63aba9739d65c2597ec65be788b1113ef89..5065b661101aa89391e1df6501f3aebdde6896b1 100644 (file)
@@ -1785,7 +1785,7 @@ If point is on a group name, this function operates on that group."
      (let ((procs 0)
           (files 0))
        (dolist (string strings)
-        (if (string-match "\\(\?:\\`(\[\[:ascii:\]\]\+)\\)" string)
+        (if (string-match "\\(?:\\`([[:ascii:]]+)\\)" string)
             (progn (setq procs (1+ procs))
                    (if (< (match-end 0) (length string))
                        (setq files (1+ files))))