+2008-04-13 Andreas Schwab <schwab@suse.de>
+
+ * progmodes/etags.el: Require 'cl when compiling.
+
2008-04-12 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-menu-map): Expand tooltip.
;;; Code:
+(eval-when-compile
+ (require 'cl))
(require 'ring)
(require 'button)
(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)))))