cperl-mode icon indicating copy to clipboard operation
cperl-mode copied to clipboard

incorrectly identifies GNU Emacs 23 as XEmacs 20.x

Open aufflick opened this issue 15 years ago • 0 comments

patch:

3204c3204,3206
<   (cond ((boundp 'compilation-error-regexp-alist-alist);; xemacs 20.x

---
>   (cond ((and 
>         (boundp 'compilation-error-regexp-alist-alist);; xemacs 20.x
>         (boundp 'compilation-build-compilation-error-regexp-alist))

aufflick avatar Dec 01 '09 04:12 aufflick