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/fortran.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el
Date: Sat, 12 Apr 2003 11:44:59 -0400

Index: emacs/lisp/progmodes/fortran.el
diff -c emacs/lisp/progmodes/fortran.el:1.101 
emacs/lisp/progmodes/fortran.el:1.102
*** emacs/lisp/progmodes/fortran.el:1.101       Wed Feb 12 16:51:45 2003
--- emacs/lisp/progmodes/fortran.el     Sat Apr 12 11:44:59 2003
***************
*** 784,791 ****
    (interactive)
    (let (c)
      (insert last-command-char)
!     (if (or (eq (setq c (read-event)) ??)    ;insert char if not equal to `?'
!           (eq c help-char))
        (fortran-abbrev-help)
        (setq unread-command-events (list c)))))
  
--- 784,792 ----
    (interactive)
    (let (c)
      (insert last-command-char)
!     (if (and abbrev-mode
!              (or (eq (setq c (read-event)) ??) ;insert char if not equal to 
`?'
!                  (eq c help-char)))
        (fortran-abbrev-help)
        (setq unread-command-events (list c)))))
  




reply via email to

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