Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eudc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xemacs
eudc
Commits
a51bbb7c2ffc
Commit
a51bbb7c2ffc
authored
26 years ago
by
oscarf
Browse files
Options
Downloads
Patches
Plain Diff
(eudc-ph): Fixed group
(eudc-ph-protocol-locals): Set `eudc-protocol-has-default-query-attributes'
parent
b6ff250298c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eudc-ph.el
+5
-4
5 additions, 4 deletions
eudc-ph.el
with
5 additions
and
4 deletions
eudc-ph.el
+
5
−
4
View file @
a51bbb7c
;;; eudc.el --- Emacs Unified Directory Client - CCSO PH/QI
Support
;;; eudc
-ph
.el --- Emacs Unified Directory Client - CCSO PH/QI
Backend
;; Copyright (C) 1998 Free Software Foundation, Inc.
...
...
@@ -43,8 +43,8 @@
;;{{{ Package customization variables
(
defgroup
eudc-ph
nil
"Emacs Unified Directory Client - CCSO PH/QI
Support
"
:group
'
comm
)
"Emacs Unified Directory Client - CCSO PH/QI
Backend
"
:group
'
eudc
)
(
defcustom
eudc-ph-bbdb-conversion-alist
'
((
name
.
name
)
...
...
@@ -81,7 +81,8 @@
(
defconst
eudc-ph-protocol-locals
'
((
cons
eudc-bbdb-conversion-alist
.
eudc-ph-bbdb-conversion-alist
)
(
eudc-query-function
.
eudc-ph-query-internal
)
(
eudc-list-attributes-function
.
eudc-ph-get-field-list
))
(
eudc-list-attributes-function
.
eudc-ph-get-field-list
)
(
eudc-protocol-has-default-query-attributes
.
t
))
"CCSO PH/QI protocol specific values of EUDC variables.
This should be an alist of the form (EUDC-VAR . PH-VAR) where
EUDC-VAR is the name of a EUDC variable and PH-VAR is the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment