diff options
| -rw-r--r-- | lisp/emacs-lisp/elint.el | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index f0f8add4879..bf9c1d39f95 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el | |||
| @@ -730,18 +730,21 @@ If no documentation could be found args will be `unknown'." | |||
| 730 | 730 | ||
| 731 | (defconst elint-standard-variables | 731 | (defconst elint-standard-variables |
| 732 | '(abbrev-mode auto-fill-function buffer-auto-save-file-name | 732 | '(abbrev-mode auto-fill-function buffer-auto-save-file-name |
| 733 | buffer-backed-up buffer-display-table buffer-file-format | 733 | buffer-backed-up buffer-display-count buffer-display-table buffer-display-time buffer-file-coding-system buffer-file-format |
| 734 | buffer-file-name buffer-file-number buffer-file-truename | 734 | buffer-file-name buffer-file-number buffer-file-truename |
| 735 | buffer-file-type buffer-invisibility-spec buffer-offer-save | 735 | buffer-file-type buffer-invisibility-spec buffer-offer-save |
| 736 | buffer-read-only buffer-saved-size buffer-undo-list | 736 | buffer-read-only buffer-saved-size buffer-undo-list |
| 737 | cache-long-line-scans case-fold-search ctl-arrow comment-column | 737 | cache-long-line-scans case-fold-search ctl-arrow cursor-type comment-column |
| 738 | default-directory defun-prompt-regexp fill-column goal-column | 738 | default-directory defun-prompt-regexp desktop-save-buffer enable-multibyte-characters fill-column fringes-outside-margins goal-column |
| 739 | left-margin local-abbrev-table local-write-file-hooks major-mode | 739 | header-line-format indicate-buffer-boundaries indicate-empty-lines |
| 740 | mark-active mark-ring minor-modes mode-line-buffer-identification | 740 | left-fringe-width |
| 741 | left-margin left-margin-width line-spacing local-abbrev-table local-write-file-hooks major-mode | ||
| 742 | mark-active mark-ring mode-line-buffer-identification | ||
| 741 | mode-line-format mode-line-modified mode-line-process mode-name | 743 | mode-line-format mode-line-modified mode-line-process mode-name |
| 742 | overwrite-mode paragraph-separate paragraph-start | 744 | overwrite-mode |
| 743 | point-before-scroll require-final-newline selective-display | 745 | point-before-scroll right-fringe-width right-margin-width |
| 744 | selective-display-ellipses tab-width truncate-lines vc-mode) | 746 | scroll-bar-width scroll-down-aggressively scroll-up-aggressively selective-display |
| 747 | selective-display-ellipses tab-width truncate-lines vc-mode vertical-scroll-bar) | ||
| 745 | "Standard buffer local vars.") | 748 | "Standard buffer local vars.") |
| 746 | 749 | ||
| 747 | (defconst elint-unknown-builtin-args | 750 | (defconst elint-unknown-builtin-args |