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
9c2d888b
Commit
9c2d888b
authored
May 27, 2006
by
Mathias Dahl
Browse files
Change a lot of `(if .. (progn ..)' to `(when ..)'.
(tumme-remove-tag): Fix bug.
parent
18ed6a46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/tumme.el
lisp/tumme.el
+4
-4
No files found.
lisp/ChangeLog
View file @
9c2d888b
2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
* tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
(tumme-remove-tag): Fix bug.
2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
...
...
lisp/tumme.el
View file @
9c2d888b
...
...
@@ -919,10 +919,10 @@ displayed."
;; If on empty line at end of buffer
(
when
(
and
(
eobp
)
(
looking-at
"^$"
))
(
delete-backward-char
1
))))))
)
files
)
(
save-buffer
)
(
kill-buffer
buf
)))
(
delete-backward-char
1
))))))
files
)
(
save-buffer
)
(
kill-buffer
buf
)))
)
(
defun
tumme-list-tags
(
file
)
"Read all tags for image FILE from the image database."
...
...
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