# HG changeset patch # User Andreas Schwab # Date 1076279883 0 # Node ID 8589159e3bd874f6affee3959730d93898fb74a7 # Parent 3c9fc6a0a6db64cd7faaff0ed50d95dbe86b52cd (lm-verify): Remove useless use of format. diff -r 3c9fc6a0a6db -r 8589159e3bd8 lisp/emacs-lisp/lisp-mnt.el --- a/lisp/emacs-lisp/lisp-mnt.el Sun Feb 08 22:37:34 2004 +0000 +++ b/lisp/emacs-lisp/lisp-mnt.el Sun Feb 08 22:38:03 2004 +0000 @@ -1,6 +1,6 @@ ;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers -;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. ;; Author: Eric S. Raymond ;; Maintainer: FSF @@ -522,7 +522,7 @@ (setq ret (cond ((null name) - (format "Package %s does not exist")) + "Can't find package name") ((not (lm-authors)) "`Author:' tag missing") ((not (lm-maintainer)) @@ -546,7 +546,7 @@ (concat "^;;;[ \t]+" name "[ \t]+ends here[ \t]*$" "\\|^;;;[ \t]+ End of file[ \t]+" name) nil t))) - (format "Can't find the footer line")) + "Can't find the footer line") ((not (and (lm-copyright-mark) (lm-crack-copyright))) "Can't find a valid copyright notice") ((not (or non-fsf-ok