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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/etags.el,v
Date: Sun, 13 Apr 2008 00:25:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/04/13 00:25:43

Index: progmodes/etags.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/etags.el,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -b -r1.207 -r1.208
--- progmodes/etags.el  5 Apr 2008 03:31:50 -0000       1.207
+++ progmodes/etags.el  13 Apr 2008 00:25:41 -0000      1.208
@@ -29,6 +29,8 @@
 
 ;;; Code:
 
+(eval-when-compile
+  (require 'cl))
 (require 'ring)
 (require 'button)
 
@@ -775,7 +777,7 @@
                  (setq combined-table current-table))))
            (message "Making tags completion table for %s...done"
                     buffer-file-name)
-           ;; Cache the result a buffer-local variable.
+           ;; Cache the result in a buffer-local variable.
            (setq tags-completion-table combined-table))
        (quit (message "Tags completion table construction aborted.")
              (setq tags-completion-table nil)))))




reply via email to

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