diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/w32-fns.el | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20a65f205f5..53a5eceafbb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-11-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu. | ||
| 4 | |||
| 1 | 2007-11-21 Glenn Morris <rgm@gnu.org> | 5 | 2007-11-21 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/check-declare.el (check-declare-verify): Skip C files | 7 | * emacs-lisp/check-declare.el (check-declare-verify): Skip C files |
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 174a31d338c..24203810f95 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el | |||
| @@ -74,12 +74,6 @@ | |||
| 74 | (set-keymap-parent local-function-key-map map))) | 74 | (set-keymap-parent local-function-key-map map))) |
| 75 | (set-terminal-parameter frame 'x-setup-function-keys t))) | 75 | (set-terminal-parameter frame 'x-setup-function-keys t))) |
| 76 | 76 | ||
| 77 | (declare-function set-message-beep) ;; Defined in C. | ||
| 78 | (declare-function w32-get-clipboard-data) ;; Defined in C. | ||
| 79 | (declare-function w32-get-locale-info) ;; Defined in C. | ||
| 80 | (declare-function w32-get-valid-locale-ids) ;; Defined in C. | ||
| 81 | (declare-function w32-set-clipboard-data) ;; Defined in C. | ||
| 82 | |||
| 83 | ;; Ignore case on file-name completion | 77 | ;; Ignore case on file-name completion |
| 84 | (setq completion-ignore-case t) | 78 | (setq completion-ignore-case t) |
| 85 | 79 | ||