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
323ce452
Commit
323ce452
authored
Sep 29, 2000
by
Gerd Moellmann
Browse files
(smiley-update-cache): Use `:ascent center'.
parent
5c049c8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+7
-0
lisp/gnus/smiley-ems.el
lisp/gnus/smiley-ems.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
323ce452
2000-09-29 Gerd Moellmann <gerd@gnu.org>
* gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Use
`:ascent center'.
* smiley-ems.el (smiley-update-cache): Use `:ascent center'.
2000-09-28 Gerd Moellmann <gerd@gnu.org>
* gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change
...
...
lisp/gnus/smiley-ems.el
View file @
323ce452
...
...
@@ -72,7 +72,7 @@ rgexp to replace with IMAGE. IMAGE is the name of an XBM file in
(
let*
((
data-directory
smiley-data-directory
)
(
image
(
find-image
(
list
(
list
:type
'xbm
:file
(
nth
2
elt
)
:ascent
100
)))))
:ascent
'center
)))))
(
if
image
(
push
(
list
(
car
elt
)
(
cadr
elt
)
image
)
smiley-cached-regexp-alist
)))))
...
...
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