Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9c1af546
Commit
9c1af546
authored
Oct 16, 2000
by
Gerd Moellmann
Browse files
(authors-add): Don't add an entry if
author's name is unknown.
parent
c2e0a611
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/authors.el
lisp/emacs-lisp/authors.el
+2
-1
No files found.
lisp/emacs-lisp/authors.el
View file @
9c1af546
...
...
@@ -113,7 +113,8 @@ from `authors-obsolete-files-regexps'."
ACTION is a keyword symbol describing what he did. Record file,
author and what he did in hash table TABLE. See the description of
`authors-scan-change-log' for the structure of the hash table."
(
unless
(
authors-obsolete-file-p
file
)
(
unless
(
or
(
authors-obsolete-file-p
file
)
(
equal
author
""
))
(
let*
((
value
(
gethash
author
table
))
(
entry
(
assoc
file
value
)))
(
if
(
null
entry
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment