comparison lisp/progmodes/etags.el @ 85899:4cedf06c1ad2

Whitespace.
author Glenn Morris <rgm@gnu.org>
date Fri, 02 Nov 2007 08:21:04 +0000
parents 4a8e2330b157
children 107ccd98fa12 880960b70474
comparison
equal deleted inserted replaced
85898:d61576ad61ce 85899:4cedf06c1ad2
277 (defun tags-table-mode () 277 (defun tags-table-mode ()
278 "Major mode for tags table file buffers." 278 "Major mode for tags table file buffers."
279 (interactive) 279 (interactive)
280 (setq major-mode 'tags-table-mode 280 (setq major-mode 'tags-table-mode
281 mode-name "Tags Table" 281 mode-name "Tags Table"
282 buffer-undo-list t) 282 buffer-undo-list t)
283 (initialize-new-tags-table)) 283 (initialize-new-tags-table))
284 284
285 ;;;###autoload 285 ;;;###autoload
286 (defun visit-tags-table (file &optional local) 286 (defun visit-tags-table (file &optional local)
287 "Tell tags commands to use tags table file FILE. 287 "Tell tags commands to use tags table file FILE.