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,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el,v
Date: Tue, 05 Dec 2006 05:24:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       06/12/05 05:24:48

Index: fortran.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/fortran.el,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- fortran.el  28 Nov 2006 03:45:39 -0000      1.124
+++ fortran.el  5 Dec 2006 05:24:48 -0000       1.125
@@ -604,8 +604,12 @@
 
 
 (defvar fortran-mode-abbrev-table
-  (let (abbrevs-changed)
+  (progn
     (define-abbrev-table 'fortran-mode-abbrev-table nil)
+    fortran-mode-abbrev-table)
+  "Abbrev table for Fortran mode.")
+
+(let (abbrevs-changed)
     ;; Use the 6th arg (SYSTEM-FLAG) of define-abbrev if possible.
     ;; Only use `apply' to quieten the byte-compiler.
     (mapcar
@@ -673,9 +677,7 @@
        (";ty"   "type"              )
        (";vo"   "volatile"          )
        (";w"    "write"             )
-       (";wh"   "where"             )))
-    fortran-mode-abbrev-table))
-
+     (";wh"   "where"             ))))
 
 
 ;;;###autoload




reply via email to

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