Whitespace change.

This commit is contained in:
Richard M. Stallman 2004-08-28 15:32:06 +00:00
parent 8a9cad92b1
commit ea2e9f8dc9
2 changed files with 13 additions and 1 deletions

View file

@ -363,7 +363,7 @@ if that value is non-nil."
(when (stringp default)
(if (string-match ":+" default)
(substring default (match-end 0))
default))))
default))))
;; Used in old LispM code.
(defalias 'common-lisp-mode 'lisp-mode)