diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-07-09 22:06:09 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-07-09 22:06:09 -0400 |
commit | 91064207ee3ebb3a97a742c34cd97ea1f6b2ee19 (patch) | |
tree | 99bd774b78c2b35cbb90cb189e4cd1c4dbf45728 /lisp/startup.el | |
parent | fa7c3228b5868efb5789ad862ea29a59c265acd4 (diff) | |
download | emacs-91064207ee3ebb3a97a742c34cd97ea1f6b2ee19.tar.gz |
Fix last change.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index e2d7cf40c89..c6f3063ca90 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1350,7 +1350,7 @@ Each element in the list should be a list of strings or pairs `:face FACE', like `fancy-splash-insert' accepts them.") (defconst fancy-about-text - `((:face (:inherit (variable-pitch font-lock-comment-face)) + `((:face (variable-pitch font-lock-comment-face) "This is " :link ("GNU Emacs" ,(lambda (_button) (browse-url "http://www.gnu.org/software/emacs/")) |