comparison 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
comparison
equal deleted inserted replaced
158:558dfa75ffb3 159:3bb7ccffb0c0
357 357
358 358
359 ;;; Hooks from the rest of Emacs 359 ;;; Hooks from the rest of Emacs
360 360
361 (cond 361 (cond
362 ((string-match "^19" emacs-version) 362 ((string-match "^\\(19\\|20\\)" emacs-version)
363 ;; Emacs 19 (Emacs or XEmacs) 363 ;; Emacs 19 (Emacs or XEmacs)
364 364
365 ;; The logical place to put all this code is in generate-new-buffer-name. 365 ;; The logical place to put all this code is in generate-new-buffer-name.
366 ;; It's written in C, so we would add a generate-new-buffer-name-function 366 ;; It's written in C, so we would add a generate-new-buffer-name-function
367 ;; which, if non-nil, would be called instead of the C. One problem with 367 ;; which, if non-nil, would be called instead of the C. One problem with