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
1339bf43
Commit
1339bf43
authored
Feb 25, 2012
by
Chong Yidong
Browse files
* lisp/newcomment.el (comment-styles): Add autoload.
Fixes: debbugs:10868
parent
3c9dfce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/newcomment.el
lisp/newcomment.el
+1
-0
No files found.
lisp/ChangeLog
View file @
1339bf43
2012-02-25 Chong Yidong <cyd@gnu.org>
* newcomment.el (comment-styles): Add autoload (Bug#10868).
* term/x-win.el (x-initialize-window-system): Reduce default for
x-selection-timeout to 5 seconds (Bug#8869).
...
...
lisp/newcomment.el
View file @
1339bf43
...
...
@@ -185,6 +185,7 @@ The `plain' comment style doubles this value.
This should generally stay 0, except for a few modes like Lisp where
it is 1 so that regions are commented with two or three semi-colons."
)
;;;###autoload
(
defconst
comment-styles
'
((
plain
nil
nil
nil
nil
"Start in column 0 (do not indent), as in Emacs-20"
)
...
...
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