Mercurial > emacs
changeset 26607:4cd19d3e4f0f
(f90-abbrev-start): Use `eq' instead of `='.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 26 Nov 1999 13:47:59 +0000 |
parents | 12a1dfb72160 |
children | b895cd5e12a0 |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/f90.el Fri Nov 26 12:31:42 1999 +0000 +++ b/lisp/progmodes/f90.el Fri Nov 26 13:47:59 1999 +0000 @@ -1658,7 +1658,7 @@ (setq c (event-to-character e))) (setq c (read-event))) ;; insert char if not equal to `?' - (if (or (= c ??) (eq c help-char)) + (if (or (eq c ??) (eq c help-char)) (f90-abbrev-help) (if (string-match "XEmacs" emacs-version) (setq unread-command-event e)