(f90-abbrev-start): Use `eq' instead of `='.
authorGerd Moellmann <gerd@gnu.org>
Fri, 26 Nov 1999 13:53:02 +0000 (13:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 26 Nov 1999 13:53:02 +0000 (13:53 +0000)
lisp/ChangeLog
lisp/progmodes/f90.el

index 00df337..3ea6c5d 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
index 07af86a..4bad789 100644 (file)
@@ -1658,7 +1658,7 @@ Any other key combination is executed normally."
          (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)