Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
ee3dd5e5
Commit
ee3dd5e5
authored
Jun 17, 2014
by
Christer Ekholm
Browse files
Removed unused function lyskom-inherited-variable.
parent
10d96853
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
ee3dd5e5
2014-06-17 Christer Ekholm <che@chrekh.se>
* vars.el: Removed unused function lyskom-inherited-variable.
2014-06-15 Christer Ekholm <che@chrekh.se>
Replaced "'(lambda" with "(function (lambda" to avoid warnings about
...
...
src/vars.el
View file @
ee3dd5e5
...
...
@@ -68,12 +68,6 @@
"Define SYM as a buffer-local variable"
(
add-to-list
'lyskom-local-variables
sym
))
(
defun
lyskom-inherited-variable
(
sym
)
"Define SYM as a variable that is inherited when creating new buffers.
Inheritance only works with the LysKOM buffer handling functions."
(
add-to-list
'lyskom-inherited-variable
sym
)
(
lyskom-protect-variable
sym
))
(
defun
lyskom-setup-local-variables
()
"Set up all globally defined local variables in the current buffer."
(
mapc
'make-local-variable
lyskom-local-variables
)
...
...
Write
Preview
Supports
Markdown
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