(view-emacs-news): Fix typo in error message.

This commit is contained in:
Juanma Barranquero 2006-11-06 02:46:23 +00:00
parent 89c247794e
commit e08b54f227

View file

@ -361,7 +361,7 @@ With argument, display info only for the selected version."
((<= version 18)
(setq version (format "%d" version)))
((> version emacs-major-version)
(error "No news about emacs %d (yet)" version))))
(error "No news about Emacs %d (yet)" version))))
(let* ((vn (if (stringp version)
(string-to-number version)
version))