emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elint.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/elint.el
Date: Thu, 16 Jun 2005 12:14:12 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]