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
d02c9bcd
Commit
d02c9bcd
authored
Aug 10, 2010
by
Stefan Monnier
Browse files
* lisp/emacs-lisp/pcase.el: New file.
parent
80ca4f1e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
501 additions
and
6 deletions
+501
-6
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-6
lisp/emacs-lisp/pcase.el
lisp/emacs-lisp/pcase.el
+489
-0
No files found.
etc/NEWS
View file @
d02c9bcd
...
...
@@ -371,6 +371,8 @@ threads simultaneously.
* New Modes and Packages in Emacs 24.1
** pcase.el provides the ML-style pattern matching macro `pcase'.
** smie.el is a package providing a simple generic indentation engine.
** secrets.el is an implementation of the Secret Service API, an
...
...
lisp/ChangeLog
View file @
d02c9bcd
2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/pcase.el: New file.
2010-08-10 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-vc-registered-read-file-names): Read input
as here-document, otherwise the command could exceed maximum
length of command line.
(tramp-handle-vc-registered): Call script accordingly.
Reported
by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
(tramp-handle-vc-registered): Call script accordingly.
Reported
by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2010-08-10 Kenichi Handa <handa@m17n.org>
...
...
@@ -21,11 +25,11 @@
(package-installed-p, package-compute-transaction)
(package-read-all-archive-contents)
(package--add-to-archive-contents, package-buffer-info)
(package-tar-file-info, package-list-packages-internal):
Use
version-to-list and version-list-*.
(package-tar-file-info, package-list-packages-internal):
Use
version-to-list and version-list-*.
* emacs-lisp/package-x.el (package-upload-buffer-internal):
Use
version-to-list.
* emacs-lisp/package-x.el (package-upload-buffer-internal):
Use
version-to-list.
(package-upload-buffer-internal): Use version-list-<=.
2010-08-09 Kenichi Handa <handa@m17n.org>
...
...
lisp/emacs-lisp/pcase.el
0 → 100644
View file @
d02c9bcd
This diff is collapsed.
Click to expand it.
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