From: Glenn Morris Date: Fri, 2 Nov 2007 08:21:04 +0000 (+0000) Subject: Whitespace. X-Git-Tag: emacs-pretest-23.0.90~9886 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e004a4407ad7524372b0a63566bf7b501da2776;p=emacs.git Whitespace. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index c5d5413c458..302fa6567bc 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -279,7 +279,7 @@ One argument, the tag info returned by `snarf-tag-function'.") (interactive) (setq major-mode 'tags-table-mode mode-name "Tags Table" - buffer-undo-list t) + buffer-undo-list t) (initialize-new-tags-table)) ;;;###autoload