emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master af21ac16658 2/4: Make `lm-verify` obsolete in favor of checkdoc


From: Stefan Kangas
Subject: master af21ac16658 2/4: Make `lm-verify` obsolete in favor of checkdoc
Date: Sat, 6 Jul 2024 13:00:50 -0400 (EDT)

branch: master
commit af21ac1665832247605ba4835ce823e87efa4208
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Make `lm-verify` obsolete in favor of checkdoc
    
    * lisp/emacs-lisp/lisp-mnt.el (lm-verify): Make obsolete in favor
    of checkdoc.
---
 lisp/emacs-lisp/checkdoc.el | 3 +--
 lisp/emacs-lisp/lisp-mnt.el | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index bda5150cf07..11d335d811a 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -2473,8 +2473,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
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index 841f1ce3b9c..e3741242f59 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -576,7 +576,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]