Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
c9993d2a
Commit
c9993d2a
authored
Mar 14, 1996
by
David Byers
Browse files
Bug fixes
parent
9252c9f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
c9993d2a
No preview for this file type
src/filter-edit.el
View file @
c9993d2a
...
...
@@ -786,6 +786,10 @@ If NOERROR is non-nil, return nil instead of signaling an error."
(
xpermanent-list
nil
)
(
xtemporary-list
nil
))
(
while
e
(
set-filter->function
(
filter-entry->filter
(
car
e
))
(
lyskom-create-compile-filter-function
(
filter->pattern
(
filter-entry->filter
(
car
e
)))))
(
set
(
if
(
filter->attribute
(
filter-entry->filter
(
car
e
))
'expire
)
'xtemporary-list
...
...
src/filter.el
View file @
c9993d2a
...
...
@@ -259,8 +259,8 @@ Returns nil if no such attribute is present."
(
defun
lyskom-create-compile-filter-function
(
pattern
)
(
if
(
null
pattern
)
(
byte-compile
'
(
lambda
(
x
y
)
nil
))
)
(
byte-compile
(
lyskom-create-filter-function
pattern
)))
(
byte-compile
'
(
lambda
(
x
y
)
nil
))
(
byte-compile
(
lyskom-create-filter-function
pattern
)))
)
(
defun
lyskom-create-filter-function
(
pattern
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment