diff options
| author | Dmitry Gutov | 2015-09-29 01:39:14 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-09-29 01:39:46 +0300 |
| commit | 166a6556d0ec9926035aa2bce3dc0b0827b447ef (patch) | |
| tree | f9c77f7f41fdfaa55212e60fe71d5d595fe3a298 /lisp/calendar | |
| parent | 2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff) | |
| download | emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.zip | |
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'lisp/calendar')
| -rw-r--r-- | lisp/calendar/cal-bahai.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-french.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/cal-menu.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/calendar.el | 1 | ||||
| -rw-r--r-- | lisp/calendar/diary-lib.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/holidays.el | 4 | ||||
| -rw-r--r-- | lisp/calendar/icalendar.el | 2 |
7 files changed, 1 insertions, 22 deletions
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 998dc6c7056..d0b3021ea60 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el | |||
| @@ -324,8 +324,4 @@ Prefix argument ARG will make the entry nonmarking." | |||
| 324 | 324 | ||
| 325 | (provide 'cal-bahai) | 325 | (provide 'cal-bahai) |
| 326 | 326 | ||
| 327 | ;; Local Variables: | ||
| 328 | ;; coding: utf-8 | ||
| 329 | ;; End: | ||
| 330 | |||
| 331 | ;;; cal-bahai.el ends here | 327 | ;;; cal-bahai.el ends here |
diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el index b88adb9b636..33e8e8e0618 100644 --- a/lisp/calendar/cal-french.el +++ b/lisp/calendar/cal-french.el | |||
| @@ -256,8 +256,4 @@ Echo French Revolutionary date unless NOECHO is non-nil." | |||
| 256 | 256 | ||
| 257 | (provide 'cal-french) | 257 | (provide 'cal-french) |
| 258 | 258 | ||
| 259 | ;; Local Variables: | ||
| 260 | ;; coding: utf-8 | ||
| 261 | ;; End: | ||
| 262 | |||
| 263 | ;;; cal-french.el ends here | 259 | ;;; cal-french.el ends here |
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 251d811bc52..211f16c22f7 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -280,8 +280,4 @@ is non-nil." | |||
| 280 | 280 | ||
| 281 | (provide 'cal-menu) | 281 | (provide 'cal-menu) |
| 282 | 282 | ||
| 283 | ;; Local Variables: | ||
| 284 | ;; coding: utf-8 | ||
| 285 | ;; End: | ||
| 286 | |||
| 287 | ;;; cal-menu.el ends here | 283 | ;;; cal-menu.el ends here |
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 86e5477aa6f..f188b68b050 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -2635,7 +2635,6 @@ If called by a mouse-event, pops up a menu with the result." | |||
| 2635 | 2635 | ||
| 2636 | ;; Local variables: | 2636 | ;; Local variables: |
| 2637 | ;; byte-compile-dynamic: t | 2637 | ;; byte-compile-dynamic: t |
| 2638 | ;; coding: utf-8 | ||
| 2639 | ;; End: | 2638 | ;; End: |
| 2640 | 2639 | ||
| 2641 | ;;; calendar.el ends here | 2640 | ;;; calendar.el ends here |
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index a1370bbc5e3..7382abf67fc 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -2534,8 +2534,4 @@ entry is found the user is asked to confirm its addition." | |||
| 2534 | 2534 | ||
| 2535 | (provide 'diary-lib) | 2535 | (provide 'diary-lib) |
| 2536 | 2536 | ||
| 2537 | ;; Local Variables: | ||
| 2538 | ;; coding: utf-8 | ||
| 2539 | ;; End: | ||
| 2540 | |||
| 2541 | ;;; diary-lib.el ends here | 2537 | ;;; diary-lib.el ends here |
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index bd3a558dc2c..307ab4deb82 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -823,8 +823,4 @@ arguments, it returns the date of Pascha (Greek Orthodox Easter)." | |||
| 823 | 823 | ||
| 824 | (provide 'holidays) | 824 | (provide 'holidays) |
| 825 | 825 | ||
| 826 | ;; Local Variables: | ||
| 827 | ;; coding: utf-8 | ||
| 828 | ;; End: | ||
| 829 | |||
| 830 | ;;; holidays.el ends here | 826 | ;;; holidays.el ends here |
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index 4b71530febb..0955e72aa04 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*- | 1 | ;;; icalendar.el --- iCalendar implementation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||