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
05db920d
Commit
05db920d
authored
Nov 02, 2007
by
Glenn Morris
Browse files
(bad-packages-alist): Revert previous change.
parent
8b1e0dff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/simple.el
lisp/simple.el
+1
-9
No files found.
lisp/ChangeLog
View file @
05db920d
2007-11-02 Glenn Morris <rgm@gnu.org>
* simple.el (bad-packages-alist): Revert previous change.
2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
* emacs-lisp/lselect.el: Move to obsolete/lselect.el.
...
...
lisp/simple.el
View file @
05db920d
...
...
@@ -5855,15 +5855,7 @@ so you can now enable CUA via the Options menu or by customizing `cua-mode'.
You
have
loaded
an
older
version
of
CUA-mode
which
does
not
work
correctly
with
this
version
of
Emacs.
You
should
remove
the
old
version
and
use
the
one
distributed
with
Emacs.
")
;; vc-svn doesn't have a version variable (do we see the limitations
;; of this approach now?), but the Emacs version uses `vc-svn-program',
;; rather than `vc-svn-program-name', hence this hack should work.
(vc-svn-program-name t nil
"
`
vc-svn
'
is
now
part
of
the
standard
GNU
Emacs
distribution.
You
have
tried
to
load
an
older
version
which
does
not
work
as
well
with
Emacs.
You
should
remove
the
old
version
and
use
the
one
distributed
with
Emacs.
"))
version
and
use
the
one
distributed
with
Emacs.
"))
"
Alist
of
packages
known
to
cause
problems
in
this
version
of
Emacs.
Each
element
has
the
form
(
PACKAGE
SYMBOL
REGEXP
STRING
)
.
PACKAGE
is
either
a
regular
expression
to
match
file
names,
or
a
...
...
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