/[emacs]/emacs/lisp/progmodes/f90.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/f90.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by lektu, Tue Feb 4 13:24:34 2003 UTC revision 1.66 by gm, Sat Apr 12 15:45:59 2003 UTC
# Line 1677  Any other key combination is executed no Line 1677  Any other key combination is executed no
1677      (setq c (if (fboundp 'next-command-event) ; XEmacs      (setq c (if (fboundp 'next-command-event) ; XEmacs
1678                  (event-to-character (next-command-event))                  (event-to-character (next-command-event))
1679                (read-event)))                (read-event)))
1680      ;; Insert char if not equal to `?'.      ;; Insert char if not equal to `?', or if abbrev-mode is off.
1681      (if (or (eq c ??) (eq c help-char))      (if (and abbrev-mode (or (eq c ??) (eq c help-char)))
1682          (f90-abbrev-help)          (f90-abbrev-help)
1683        (setq unread-command-events (list c)))))        (setq unread-command-events (list c)))))
1684    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26