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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
9930c3c1
Commit
9930c3c1
authored
Nov 01, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(bad-packages-alist): Add an entry for standalone vc-svn.
parent
31cf791e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/simple.el
lisp/simple.el
+8
-1
No files found.
lisp/ChangeLog
View file @
9930c3c1
...
...
@@ -16,6 +16,8 @@
2007-11-01 Glenn Morris <rgm@gnu.org>
* simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
* mail/footnote.el (footnote-numeric-regexp)
(footnote-english-upper-regexp, footnote-english-lower-regexp)
(footnote-roman-lower-regexp, footnote-roman-upper-regexp):
lisp/simple.el
View file @
9930c3c1
...
...
@@ -5647,7 +5647,14 @@ 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.
"))
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.
"))
"
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