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
4583e796
Commit
4583e796
authored
Oct 05, 2010
by
Glenn Morris
Browse files
* lisp/emacs-lisp/cl.el: No longer provide cl-19.
* etc/NEWS: Mention this change.
parent
4c83f6e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/cl.el
lisp/emacs-lisp/cl.el
+0
-1
No files found.
etc/NEWS
View file @
4583e796
...
...
@@ -550,6 +550,8 @@ similar to the ones created by shift-selection. In previous Emacs
versions, these regions were delineated by `mouse-drag-overlay', which
has now been removed.
** cl.el no longer provides `cl-19'.
** The following functions and aliases, obsolete since at least Emacs 21.1,
have been removed:
comint-kill-output, decompose-composite-char, outline-visible,
...
...
lisp/ChangeLog
View file @
4583e796
2010-10-06 Glenn Morris <rgm@gnu.org>
* emacs-lisp/cl.el: No longer provide cl-19.
2010-10-05 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-directory-files-and-attributes)
...
...
lisp/emacs-lisp/cl.el
View file @
4583e796
...
...
@@ -645,7 +645,6 @@ If ALIST is non-nil, the new pairs are prepended to it."
(
load
"cl-loaddefs"
nil
'quiet
)
;; This goes here so that cl-macs can find it if it loads right now.
(
provide
'cl-19
)
; usage: (require 'cl-19 "cl")
(
provide
'cl
)
;; Things to do after byte-compiler is loaded.
...
...
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