+1999-11-26 Gerd Moellmann <gerd@gnu.org>
+
+ * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
+
1999-11-25 Dave Love <fx@gnu.org>
* hippie-exp.el: Require comint when compiling.
1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
- * viper*el: replaced old-style backquotes.
+ * viper*el: Replaced old-style backquotes.
- * ediff*el: replaced old-style backquotes.
+ * ediff*el: Replaced old-style backquotes.
* ediff-merge
(ediff-looks-like-combined-merge,ediff-get-combined-region):
- changed to support the new format for ediff-combination-pattern.
+ Changed to support the new format for ediff-combination-pattern.
* ediff-diff (ediff-set-fine-overlays-in-one-buffer):
- changed to support the new format for ediff-combination-pattern.
+ Changed to support the new format for ediff-combination-pattern.
1999-11-24 Dave Love <fx@gnu.org>
(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)