mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 08:10:21 -08:00
Shigeru Fukaya <shigeru.fukaya at gmail.com>
(elint-standard-variables): Add some variables defined in C that have no doc-strings. (Bug#1063)
This commit is contained in:
parent
98ad1baebe
commit
d501801e3a
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
|
||||||
|
|
||||||
|
* emacs-lisp/elint.el (elint-standard-variables): Add some variables
|
||||||
|
defined in C that have no doc-strings. (Bug#1063)
|
||||||
|
|
||||||
2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
|
2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
|
||||||
|
|
||||||
* cus-edit.el (data, files):
|
* cus-edit.el (data, files):
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,11 @@ are as follows, and suppress messages about the indicated features:
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
;; FIXME does this serve any useful purpose now elint-builtin-variables exists?
|
;; FIXME does this serve any useful purpose now elint-builtin-variables exists?
|
||||||
(defconst elint-standard-variables '(local-write-file-hooks vc-mode)
|
(defconst elint-standard-variables
|
||||||
|
'(vc-mode local-write-file-hooks activate-menubar-hook buffer-name-history
|
||||||
|
coding-system-history extended-command-history
|
||||||
|
kbd-macro-termination-hook read-expression-history
|
||||||
|
yes-or-no-p-history)
|
||||||
"Standard buffer local variables, excluding `elint-builtin-variables'.")
|
"Standard buffer local variables, excluding `elint-builtin-variables'.")
|
||||||
|
|
||||||
(defvar elint-builtin-variables nil
|
(defvar elint-builtin-variables nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue