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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
abd5cfe8
Commit
abd5cfe8
authored
Jan 16, 2010
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
parent
4572d052
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/pcmpl-unix.el
lisp/pcmpl-unix.el
+4
-1
No files found.
lisp/ChangeLog
View file @
abd5cfe8
2010-01-16 Jari Aalto <jari.aalto@cante.net>
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2010-01-16 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
...
...
lisp/pcmpl-unix.el
View file @
abd5cfe8
...
...
@@ -85,7 +85,10 @@ with the SSH option \"HashKnownHosts no\"."
(
while
(
pcomplete-here
(
funcall
pcomplete-command-completion-function
))))
(
defun
pcmpl-unix-read-passwd-file
(
file
)
"Return an alist correlating gids to group names in FILE."
"Return an alist correlating gids to group names in FILE.
If FILE is in hashed format (as described in the OpenSSH
documentation), this function returns nil."
(
let
(
names
)
(
when
(
file-readable-p
file
)
(
with-temp-buffer
...
...
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