Mercurial > emacs
comparison lisp/emacs-lisp/elint.el @ 58740:4ea947ec3dac
(elint-standard-variables): Update list of variables.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Dec 2004 00:11:21 +0000 |
parents | 9417a94488d3 |
children | f3ac898990de f2ebccfa87d4 |
comparison
equal
deleted
inserted
replaced
58739:2761697b0e2f | 58740:4ea947ec3dac |
---|---|
728 ;;; Data | 728 ;;; Data |
729 ;;; | 729 ;;; |
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 |
748 '((while test &rest forms) | 751 '((while test &rest forms) |
749 (insert-before-markers-and-inherit &rest text) | 752 (insert-before-markers-and-inherit &rest text) |