]> git.eshelyaron.com Git - emacs.git/commitdiff
Make `lm-verify` obsolete in favor of checkdoc
authorStefan Kangas <stefankangas@gmail.com>
Sat, 6 Jul 2024 15:02:34 +0000 (17:02 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 13:16:58 +0000 (15:16 +0200)
* lisp/emacs-lisp/lisp-mnt.el (lm-verify): Make obsolete in favor
of checkdoc.

(cherry picked from commit af21ac1665832247605ba4835ce823e87efa4208)

lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/lisp-mnt.el

index 4198b2977d7689781bacd93ea7885fef22e06758..b0c812f9533a197286679f649d6dbce679ebb4b3 100644 (file)
@@ -2513,8 +2513,7 @@ Code:, and others referenced in the style guide."
       (setq
        err
        (or
-       ;; * A footer.  Not compartmentalized from lm-verify: too bad.
-       ;;              The following is partially clipped from lm-verify
+        ;; * Library footer
        (save-excursion
          (goto-char (point-max))
          (if (not (re-search-backward
index e823683382cdaf4d5974b8414aca8b0580dfdbe9..f2ca2edca250f98d3a879b2a534962607ad7d56c 100644 (file)
@@ -578,7 +578,7 @@ says display \"OK\" in temp buffer for files that have no problems.
 Optional argument VERBOSE specifies verbosity level.
 Optional argument NON-FSF-OK if non-nil means a non-FSF
 copyright notice is allowed."
-  ;; FIXME: Make obsolete in favor of checkdoc?
+  (declare (obsolete checkdoc "31.1"))
   (interactive (list nil nil t))
   (let* ((ret (and verbose "Ok"))
         name)