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
c791cb54
Commit
c791cb54
authored
Apr 20, 2005
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(translation-table-for-input): Remove redundant declaration.
parent
766c5349
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/mule-conf.el
lisp/international/mule-conf.el
+2
-5
No files found.
lisp/ChangeLog
View file @
c791cb54
2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
* international/mule-conf.el (translation-table-for-input):
Remove redundant declaration.
2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2005-04-20 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
* progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
...
...
lisp/international/mule-conf.el
View file @
c791cb54
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
;; Licensed to the Free Software Foundation.
;; Copyright (C) 2005 Free Software Foundation, Inc.
;; Keywords: mule, multilingual, character set, coding system
;; Keywords: mule, multilingual, character set, coding system
...
@@ -289,10 +290,6 @@
...
@@ -289,10 +290,6 @@
(
get
'oldjis-newjis-jisroman-ascii
'translation-table
))
(
get
'oldjis-newjis-jisroman-ascii
'translation-table
))
(
setq
standard-translation-table-for-encode
nil
)
(
setq
standard-translation-table-for-encode
nil
)
(
defvar
translation-table-for-input
nil
"If non-nil, a char table used to translate characters from input methods.
\(Currently only used by Quail.)"
)
;;; Make fundamental coding systems.
;;; Make fundamental coding systems.
...
@@ -559,5 +556,5 @@ for decoding and encoding files, process I/O, etc."
...
@@ -559,5 +556,5 @@ for decoding and encoding files, process I/O, etc."
(
update-coding-systems-internal
)
(
update-coding-systems-internal
)
;;
;
arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
;;; mule-conf.el ends here
;;; mule-conf.el ends here
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