Skip to content
Snippets Groups Projects
Commit d4cc8896 authored by David Byers's avatar David Byers
Browse files

Sätt markör före initiala data i minibufferten

parent fe55114d
No related branches found
No related tags found
No related merge requests found
...@@ -461,7 +461,7 @@ Otherwise return nil." ...@@ -461,7 +461,7 @@ Otherwise return nil."
'(all) '(all)
t t
(or (and (conf-stat->conf-no conf-stat) (or (and (conf-stat->conf-no conf-stat)
(conf-stat->name conf-stat)) (cons (conf-stat->name conf-stat) 0))
"") "")
t)) t))
(if (/= conf 0) (if (/= conf 0)
...@@ -497,7 +497,7 @@ Otherwise return nil." ...@@ -497,7 +497,7 @@ Otherwise return nil."
'(pers) '(pers)
t t
(or (and auth-stat (or (and auth-stat
(conf-stat->name auth-stat)) (cons (conf-stat->name auth-stat) 0))
"") "")
t)) t))
(if (/= author 0) (if (/= author 0)
...@@ -508,7 +508,7 @@ Otherwise return nil." ...@@ -508,7 +508,7 @@ Otherwise return nil."
t t
(or (or
(and conf-stat (and conf-stat
(conf-stat->name conf-stat)) (cons (conf-stat->name conf-stat) 0))
"") "")
t)) t))
(if (/= conf 0) (if (/= conf 0)
...@@ -600,7 +600,7 @@ the current text" ...@@ -600,7 +600,7 @@ the current text"
(lyskom-get-string 'filter-in-conf) (lyskom-get-string 'filter-in-conf)
'(all) t '(all) t
(or (and (conf-stat->conf-no conf-stat) (or (and (conf-stat->conf-no conf-stat)
(conf-stat->name conf-stat)) (cons (conf-stat->name conf-stat) 0))
"") "")
t)) t))
(if (/= conf 0) (if (/= conf 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment