# HG changeset patch # User Richard M. Stallman # Date 1093707098 0 # Node ID ff83c10bdcf0dbe9b212a6c69d236a8581c0f7d8 # Parent 5ed31ed85a8eea6174cbb78084c948e1b9adfaba Whitespace change. diff -r 5ed31ed85a8e -r ff83c10bdcf0 lisp/emacs-lisp/lisp-mode.el --- 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)