mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Undo 2007-11-21 change by Dan Nicolaescu.
This commit is contained in:
parent
2ae3bb8564
commit
b541ccb455
2 changed files with 4 additions and 6 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-11-21 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
|
||||
|
||||
2007-11-21 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/check-declare.el (check-declare-verify): Skip C files
|
||||
|
|
|
|||
|
|
@ -74,12 +74,6 @@
|
|||
(set-keymap-parent local-function-key-map map)))
|
||||
(set-terminal-parameter frame 'x-setup-function-keys t)))
|
||||
|
||||
(declare-function set-message-beep) ;; Defined in C.
|
||||
(declare-function w32-get-clipboard-data) ;; Defined in C.
|
||||
(declare-function w32-get-locale-info) ;; Defined in C.
|
||||
(declare-function w32-get-valid-locale-ids) ;; Defined in C.
|
||||
(declare-function w32-set-clipboard-data) ;; Defined in C.
|
||||
|
||||
;; Ignore case on file-name completion
|
||||
(setq completion-ignore-case t)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue