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
e9a5d6f7
Commit
e9a5d6f7
authored
Jul 25, 1997
by
Kenichi Handa
Browse files
(quail-update-leim-list-file): Call
find-file-noselect with t for arguments NOWARN and RAWFILE.
parent
e55e92ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/international/quail.el
lisp/international/quail.el
+1
-1
No files found.
lisp/international/quail.el
View file @
e9a5d6f7
...
...
@@ -1756,7 +1756,7 @@ LEIM is a library of Emacs input method."
;; Insert entries for Quail.
(while pkg-list
(message "
Checking
%s
...
" (car pkg-list))
(setq pkg-buf (find-file-noselect (car pkg-list)))
(setq pkg-buf (find-file-noselect (car pkg-list)
t t
))
(save-excursion
(set-buffer pkg-buf)
(while (search-forward "
(
quail-define-package
" nil t)
...
...
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