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
1
Issues
1
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
50925782
Commit
50925782
authored
Jan 11, 2015
by
Dmitry Antipov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* coding.c (Fcoding_system_plist): Use common style for docstring.
parent
a3eebe9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/coding.c
src/coding.c
+1
-1
No files found.
src/ChangeLog
View file @
50925782
2015-01-11 Dmitry Antipov <dmantipov@yandex.ru>
* coding.c (Fcoding_system_plist): Use common style for docstring.
2015-01-11 Paul Eggert <eggert@cs.ucla.edu>
Port to MSB hosts without optimization
...
...
src/coding.c
View file @
50925782
...
...
@@ -10671,7 +10671,7 @@ Any alias or subsidiary coding system is not a base coding system. */)
DEFUN ("coding-system-plist", Fcoding_system_plist, Scoding_system_plist,
1, 1, 0,
doc:
"Return the property list of CODING-SYSTEM."
)
doc:
/* Return the property list of CODING-SYSTEM. */
)
(Lisp_Object coding_system)
{
Lisp_Object spec, attrs;
...
...
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