Mercurial > hg > xemacs-beta
diff lisp/utils/uniquify.el @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 34a5b81f86ba |
children | 8eaf7971accc |
line wrap: on
line diff
--- a/lisp/utils/uniquify.el Mon Aug 13 09:40:48 2007 +0200 +++ b/lisp/utils/uniquify.el Mon Aug 13 09:41:43 2007 +0200 @@ -359,7 +359,7 @@ ;;; Hooks from the rest of Emacs (cond - ((string-match "^19" emacs-version) + ((string-match "^\\(19\\|20\\)" emacs-version) ;; Emacs 19 (Emacs or XEmacs) ;; The logical place to put all this code is in generate-new-buffer-name.