comparison lisp/emacs-lisp/lisp-mode.el @ 56829:ff83c10bdcf0

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Aug 2004 15:31:38 +0000
parents dcd7b1b4690d
children 14c8ead25d14
comparison
equal deleted inserted replaced
56828:5ed31ed85a8e 56829:ff83c10bdcf0
361 (defun lisp-find-tag-default () 361 (defun lisp-find-tag-default ()
362 (let ((default (find-tag-default))) 362 (let ((default (find-tag-default)))
363 (when (stringp default) 363 (when (stringp default)
364 (if (string-match ":+" default) 364 (if (string-match ":+" default)
365 (substring default (match-end 0)) 365 (substring default (match-end 0))
366 default)))) 366 default))))
367 367
368 ;; Used in old LispM code. 368 ;; Used in old LispM code.
369 (defalias 'common-lisp-mode 'lisp-mode) 369 (defalias 'common-lisp-mode 'lisp-mode)
370 370
371 ;; This will do unless inf-lisp.el is loaded. 371 ;; This will do unless inf-lisp.el is loaded.