mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
97e44314cb
commit
1ed5310b2a
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ distributable:
|
||||||
versions:
|
versions:
|
||||||
github: emacs-mirror/emacs/tags
|
github: emacs-mirror/emacs/tags
|
||||||
strip: /^emacs-/
|
strip: /^emacs-/
|
||||||
|
ignore: [x.y.90]
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
gnome.org/libxml2: ^2.10.3
|
gnome.org/libxml2: ^2.10.3
|
||||||
|
@ -84,4 +85,4 @@ test:
|
||||||
(defun my-print-message ()
|
(defun my-print-message ()
|
||||||
"Print a message to the *Messages* buffer"
|
"Print a message to the *Messages* buffer"
|
||||||
(message "This is a message from my script"))
|
(message "This is a message from my script"))
|
||||||
(my-print-message)
|
(my-print-message)
|
||||||
|
|
Loading…
Reference in a new issue