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/dcl-mode.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/dcl-mode.el,v
Date: Tue, 10 Apr 2007 04:01:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/04/10 04:01:05

Index: dcl-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/dcl-mode.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- dcl-mode.el 21 Jan 2007 03:20:45 -0000      1.20
+++ dcl-mode.el 10 Apr 2007 04:01:05 -0000      1.21
@@ -71,6 +71,9 @@
 
 ;;; Code:
 
+(require 'tempo)
+
+
 ;;; *** Customization *****************************************************
 
 
@@ -1935,8 +1938,6 @@
 ;; standard Emacs.  I would have liked something closer to the functionality
 ;; of LSE templates...
 
-
-(require 'tempo)
 (defvar dcl-tempo-tags nil
   "Tempo tags for DCL mode.")
 




reply via email to

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