Mercurial > emacs
changeset 36336:75a62df4e278
(command-line): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 23 Feb 2001 12:49:00 +0000 |
parents | a74d5c25210c |
children | e8db5e28d0d1 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Fri Feb 23 12:48:59 2001 +0000 +++ b/lisp/startup.el Fri Feb 23 12:49:00 2001 +0000 @@ -817,7 +817,7 @@ (setq tool-bar-originally-present (not (or (null tool-bar-lines) (null (cdr tool-bar-lines)) - ((eq 0 (cdr tool-bar-lines)))))))) + (eq 0 (cdr tool-bar-lines))))))) (run-hooks 'before-init-hook)