Index: emacs/lisp/emacs-lisp/elint.el
diff -c emacs/lisp/emacs-lisp/elint.el:1.11 emacs/lisp/emacs-lisp/elint.el:1.12
*** emacs/lisp/emacs-lisp/elint.el:1.11 Wed Jan 12 16:07:41 2005
--- emacs/lisp/emacs-lisp/elint.el Thu Jun 16 16:14:11 2005
***************
*** 66,72 ****
left-margin left-margin-width line-spacing local-abbrev-table
local-write-file-hooks major-mode
mark-active mark-ring mode-line-buffer-identification
mode-line-format mode-line-modified mode-line-process mode-name
! overwrite-mode
point-before-scroll right-fringe-width right-margin-width
scroll-bar-width scroll-down-aggressively scroll-up-aggressively
selective-display
selective-display-ellipses tab-width truncate-lines vc-mode
vertical-scroll-bar)
--- 66,72 ----
left-margin left-margin-width line-spacing local-abbrev-table
local-write-file-hooks major-mode
mark-active mark-ring mode-line-buffer-identification
mode-line-format mode-line-modified mode-line-process mode-name
! overwrite-mode
point-before-scroll right-fringe-width right-margin-width
scroll-bar-width scroll-down-aggressively scroll-up-aggressively
selective-display
selective-display-ellipses tab-width truncate-lines vc-mode
vertical-scroll-bar)
***************
*** 298,304 ****
(not (eobp)))
(defun elint-init-env (forms)
! "Initialise the environment from FORMS."
(let ((env (elint-make-env))
form)
(while forms
--- 298,304 ----
(not (eobp)))
(defun elint-init-env (forms)
! "Initialize the environment from FORMS."
(let ((env (elint-make-env))
form)
(while forms
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs