emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/f90.el
Date: Mon, 11 Apr 2005 11:23:20 -0400

Index: emacs/lisp/progmodes/f90.el
diff -c emacs/lisp/progmodes/f90.el:1.79 emacs/lisp/progmodes/f90.el:1.80
*** emacs/lisp/progmodes/f90.el:1.79    Tue Mar 29 18:34:22 2005
--- emacs/lisp/progmodes/f90.el Mon Apr 11 15:23:20 2005
***************
*** 1055,1064 ****
        (f90-change-keywords f90-auto-keyword-case
                             (line-beginning-position) (line-end-position))))
  
! (defun f90-electric-insert ()
    "Change keyword case and auto-fill line as operators are inserted."
!   (interactive)
!   (self-insert-command 1)
    (if auto-fill-function (f90-do-auto-fill) ; also updates line
      (f90-update-line)))
  
--- 1055,1064 ----
        (f90-change-keywords f90-auto-keyword-case
                             (line-beginning-position) (line-end-position))))
  
! (defun f90-electric-insert (&optional arg)
    "Change keyword case and auto-fill line as operators are inserted."
!   (interactive "*p")
!   (self-insert-command arg)
    (if auto-fill-function (f90-do-auto-fill) ; also updates line
      (f90-update-line)))
  




reply via email to

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