mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
; Set maintainer for elint.el to emacs-devel
* lisp/emacs-lisp/elint.el: Set maintainer to emacs-devel.
This commit is contained in:
parent
eedd9db619
commit
30239759ee
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
;;; elint.el --- Lint Emacs Lisp -*- lexical-binding: t -*-
|
;;; elint.el --- Lint Emacs Lisp -*- lexical-binding: t -*-
|
||||||
|
|
||||||
;; Copyright (C) 1997, 2001-2023 Free Software Foundation, Inc.
|
;; Copyright (C) 1997-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Peter Liljenberg <petli@lysator.liu.se>
|
;; Author: Peter Liljenberg <petli@lysator.liu.se>
|
||||||
|
;; Maintainer: emacs-devel@gnu.org
|
||||||
;; Created: May 1997
|
;; Created: May 1997
|
||||||
;; Keywords: lisp
|
;; Keywords: lisp
|
||||||
|
|
||||||
|
@ -27,7 +28,7 @@
|
||||||
;; misspellings and undefined variables, although it can also catch
|
;; misspellings and undefined variables, although it can also catch
|
||||||
;; function calls with the wrong number of arguments.
|
;; function calls with the wrong number of arguments.
|
||||||
|
|
||||||
;; To use, call `elint-current-buffer' or `elint-defun' to lint a buffer
|
;; To use it, call `elint-current-buffer' or `elint-defun' to lint a buffer
|
||||||
;; or defun. The first call runs `elint-initialize' to set up some
|
;; or defun. The first call runs `elint-initialize' to set up some
|
||||||
;; argument data, which may take a while.
|
;; argument data, which may take a while.
|
||||||
|
|
||||||
|
@ -39,7 +40,7 @@
|
||||||
|
|
||||||
;; * Adding type checking. (Stop that sniggering!)
|
;; * Adding type checking. (Stop that sniggering!)
|
||||||
;; * Make eval-when-compile be sensitive to the difference between
|
;; * Make eval-when-compile be sensitive to the difference between
|
||||||
;; funcs and macros.
|
;; functions and macros.
|
||||||
;; * Requires within function bodies.
|
;; * Requires within function bodies.
|
||||||
;; * Handle defstruct.
|
;; * Handle defstruct.
|
||||||
;; * Prevent recursive requires.
|
;; * Prevent recursive requires.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue