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
44b275c4
Commit
44b275c4
authored
Dec 08, 2007
by
Reiner Steib
Browse files
(tab-stop-list): Mark as safe-local-variable.
parent
5f33ef98
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/indent.el
lisp/indent.el
+1
-0
No files found.
lisp/ChangeLog
View file @
44b275c4
2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
* indent.el (tab-stop-list): Mark as safe-local-variable.
* generic-x.el (etc-sudoers-generic-mode): New mode.
(generic-unix-modes): Add it.
...
...
lisp/indent.el
View file @
44b275c4
...
...
@@ -454,6 +454,7 @@ See also `indent-relative-maybe'."
This should be a list of integers, ordered from smallest to largest."
:group
'indent
:type
'
(
repeat
integer
))
(
put
'tab-stop-list
'safe-local-variable
'listp
)
(
defvar
edit-tab-stops-map
(
let
((
map
(
make-sparse-keymap
)))
...
...
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