changeset 56829:ff83c10bdcf0

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Aug 2004 15:31:38 +0000
parents 5ed31ed85a8e
children 4be384fe5140
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Sat Aug 28 15:31:20 2004 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Sat Aug 28 15:31:38 2004 +0000
@@ -363,7 +363,7 @@
     (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)