aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog15
-rw-r--r--lisp/ediff-diff.el10
-rw-r--r--lisp/ediff-merg.el10
-rw-r--r--lisp/ediff-mult.el10
-rw-r--r--lisp/ediff-ptch.el10
-rw-r--r--lisp/ediff-vers.el10
-rw-r--r--lisp/ediff-wind.el10
-rw-r--r--lisp/ediff.el29
-rw-r--r--lisp/emulation/viper-keym.el6
-rw-r--r--lisp/emulation/viper-mous.el6
-rw-r--r--lisp/emulation/viper-util.el6
-rw-r--r--lisp/international/robin.el8
-rw-r--r--lisp/progmodes/ebrowse.el12
13 files changed, 79 insertions, 63 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d69bd444b3a..3d3de0b1efe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/ebrowse.el:
4 * international/robin.el:
5 * emulation/viper-util.el:
6 * emulation/viper-mous.el:
7 * emulation/viper-keym.el:
8 * ediff.el:
9 * ediff-wind.el:
10 * ediff-vers.el:
11 * ediff-ptch.el:
12 * ediff-mult.el:
13 * ediff-merg.el:
14 * ediff-diff.el: Follow commenting conventions.
15
12009-01-31 Eli Zaretskii <eliz@gnu.org> 162009-01-31 Eli Zaretskii <eliz@gnu.org>
2 17
3 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of 18 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el
index 268ff8c0715..75379f3da7a 100644
--- a/lisp/ediff-diff.el
+++ b/lisp/ediff-diff.el
@@ -1529,11 +1529,11 @@ affects only files whose names match the expression."
1529 1529
1530 1530
1531 1531
1532;;; Local Variables: 1532;; Local Variables:
1533;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) 1533;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
1534;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) 1534;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
1535;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) 1535;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
1536;;; End: 1536;; End:
1537 1537
1538;; arch-tag: a86d448e-58d7-4572-a1d9-fdedfa22f648 1538;; arch-tag: a86d448e-58d7-4572-a1d9-fdedfa22f648
1539;;; ediff-diff.el ends here 1539;;; ediff-diff.el ends here
diff --git a/lisp/ediff-merg.el b/lisp/ediff-merg.el
index 20c77448da6..35ea4348d0e 100644
--- a/lisp/ediff-merg.el
+++ b/lisp/ediff-merg.el
@@ -385,11 +385,11 @@ Combining is done according to the specifications in variable
385(provide 'ediff-merg) 385(provide 'ediff-merg)
386 386
387 387
388;;; Local Variables: 388;; Local Variables:
389;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) 389;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
390;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) 390;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
391;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) 391;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
392;;; End: 392;; End:
393 393
394;; arch-tag: 9b798cf9-02ba-487f-a62e-b63aa823dbfb 394;; arch-tag: 9b798cf9-02ba-487f-a62e-b63aa823dbfb
395;;; ediff-merg.el ends here 395;;; ediff-merg.el ends here
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el
index ebbfb1ce1c7..b9ffb373766 100644
--- a/lisp/ediff-mult.el
+++ b/lisp/ediff-mult.el
@@ -2396,11 +2396,11 @@ for operation, or simply indicate which are equal files. If it is nil, then
2396 2396
2397 2397
2398 2398
2399;;; Local Variables: 2399;; Local Variables:
2400;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) 2400;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
2401;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) 2401;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
2402;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) 2402;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
2403;;; End: 2403;; End:
2404 2404
2405;; arch-tag: c8a76898-f96f-4d9c-be9d-129134017188 2405;; arch-tag: c8a76898-f96f-4d9c-be9d-129134017188
2406;;; ediff-mult.el ends here 2406;;; ediff-mult.el ends here
diff --git a/lisp/ediff-ptch.el b/lisp/ediff-ptch.el
index 7447890daee..9ae663df68d 100644
--- a/lisp/ediff-ptch.el
+++ b/lisp/ediff-ptch.el
@@ -834,11 +834,11 @@ you can still examine the changes via M-x ediff-files"
834 834
835 835
836 836
837;;; Local Variables: 837;; Local Variables:
838;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) 838;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
839;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) 839;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
840;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) 840;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
841;;; End: 841;; End:
842 842
843;; arch-tag: 2fe2161e-e116-469b-90fa-5cbb44c1bd1b 843;; arch-tag: 2fe2161e-e116-469b-90fa-5cbb44c1bd1b
844;;; ediff-ptch.el ends here 844;;; ediff-ptch.el ends here
diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el
index 24e936e1f2f..a3a855278e3 100644
--- a/lisp/ediff-vers.el
+++ b/lisp/ediff-vers.el
@@ -232,11 +232,11 @@ comparison or merge operations are being performed."
232(provide 'ediff-vers) 232(provide 'ediff-vers)
233 233
234 234
235;;; Local Variables: 235;; Local Variables:
236;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) 236;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
237;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) 237;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
238;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) 238;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
239;;; End: 239;; End:
240 240
241;; arch-tag: bbb34f0c-2a90-426a-a77a-c75f479ebbbf 241;; arch-tag: bbb34f0c-2a90-426a-a77a-c75f479ebbbf
242;;; ediff-vers.el ends here 242;;; ediff-vers.el ends here
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el
index 66cc4a104c6..708fb413d3e 100644
--- a/lisp/ediff-wind.el
+++ b/lisp/ediff-wind.el
@@ -1303,11 +1303,11 @@ It assumes that it is called from within the control buffer."
1303(provide 'ediff-wind) 1303(provide 'ediff-wind)
1304 1304
1305 1305
1306;;; Local Variables: 1306;; Local Variables:
1307;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) 1307;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
1308;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) 1308;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
1309;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) 1309;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
1310;;; End: 1310;; End:
1311 1311
1312;; arch-tag: 73d9a5d7-eed7-4d9c-8b4b-21d5d78eb597 1312;; arch-tag: 73d9a5d7-eed7-4d9c-8b4b-21d5d78eb597
1313;;; ediff-wind.el ends here 1313;;; ediff-wind.el ends here
diff --git a/lisp/ediff.el b/lisp/ediff.el
index f302d868373..1b76db41449 100644
--- a/lisp/ediff.el
+++ b/lisp/ediff.el
@@ -273,16 +273,17 @@
273(defalias 'ediff3 'ediff-files3) 273(defalias 'ediff3 'ediff-files3)
274 274
275 275
276;; Visit FILE and arrange its buffer to Ediff's liking.
277;; FILE is actually a variable symbol that must contain a true file name.
278;; BUFFER-NAME is a variable symbol, which will get the buffer object into
279;; which FILE is read.
280;; LAST-DIR is the directory variable symbol where FILE's
281;; directory name should be returned. HOOKS-VAR is a variable symbol that will
282;; be assigned the hook to be executed after `ediff-startup' is finished.
283;; `ediff-find-file' arranges that the temp files it might create will be
284;; deleted.
285(defun ediff-find-file (file-var buffer-name &optional last-dir hooks-var) 276(defun ediff-find-file (file-var buffer-name &optional last-dir hooks-var)
277 "Visit FILE and arrange its buffer to Ediff's liking.
278FILE-VAR is actually a variable symbol whose value must contain a true
279file name.
280BUFFER-NAME is a variable symbol, which will get the buffer object into
281which FILE is read.
282LAST-DIR is the directory variable symbol where FILE's
283directory name should be returned. HOOKS-VAR is a variable symbol that will
284be assigned the hook to be executed after `ediff-startup' is finished.
285`ediff-find-file' arranges that the temp files it might create will be
286deleted."
286 (let* ((file (symbol-value file-var)) 287 (let* ((file (symbol-value file-var))
287 (file-magic (ediff-filename-magic-p file)) 288 (file-magic (ediff-filename-magic-p file))
288 (temp-file-name-prefix (file-name-nondirectory file))) 289 (temp-file-name-prefix (file-name-nondirectory file)))
@@ -1504,11 +1505,11 @@ With optional NODE, goes to that node."
1504(run-hooks 'ediff-load-hook) 1505(run-hooks 'ediff-load-hook)
1505 1506
1506 1507
1507;;; Local Variables: 1508;; Local Variables:
1508;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun) 1509;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
1509;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1) 1510;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
1510;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body)) 1511;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
1511;;; End: 1512;; End:
1512 1513
1513;; arch-tag: 97c71396-db02-4f41-8b48-6a51c3348fcc 1514;; arch-tag: 97c71396-db02-4f41-8b48-6a51c3348fcc
1514;;; ediff.el ends here 1515;;; ediff.el ends here
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index 0ac754e2a0f..31f8deb5d34 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -668,9 +668,9 @@ form ((key . function) (key . function) ... )."
668(provide 'viper-keym) 668(provide 'viper-keym)
669 669
670 670
671;;; Local Variables: 671;; Local Variables:
672;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 672;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
673;;; End: 673;; End:
674 674
675 675
676;; arch-tag: 43af4b2f-0bea-400b-889e-221ebc00acb1 676;; arch-tag: 43af4b2f-0bea-400b-889e-221ebc00acb1
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el
index c35c776eac4..1923cbc9ddc 100644
--- a/lisp/emulation/viper-mous.el
+++ b/lisp/emulation/viper-mous.el
@@ -657,9 +657,9 @@ This buffer may be different from the one where the click occurred."
657 657
658 658
659 659
660;;; Local Variables: 660;; Local Variables:
661;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 661;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
662;;; End: 662;; End:
663 663
664 664
665;; arch-tag: e56b2390-06c4-4dd1-96f5-c7876e2d8c2f 665;; arch-tag: e56b2390-06c4-4dd1-96f5-c7876e2d8c2f
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el
index 26b5241843a..1ee1acaee98 100644
--- a/lisp/emulation/viper-util.el
+++ b/lisp/emulation/viper-util.el
@@ -1549,9 +1549,9 @@ This option is appropriate if you like Emacs-style words."
1549 1549
1550 1550
1551 1551
1552;;; Local Variables: 1552;; Local Variables:
1553;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 1553;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
1554;;; End: 1554;; End:
1555 1555
1556;; arch-tag: 7f023fd5-dd9e-4378-a397-9c179553b0e3 1556;; arch-tag: 7f023fd5-dd9e-4378-a397-9c179553b0e3
1557;;; viper-util.el ends here 1557;;; viper-util.el ends here
diff --git a/lisp/international/robin.el b/lisp/international/robin.el
index 701155b7d07..ab8c0e2230a 100644
--- a/lisp/international/robin.el
+++ b/lisp/international/robin.el
@@ -260,7 +260,7 @@ KEY is a string.
260OUTPUT is a character or a string. 260OUTPUT is a character or a string.
261For example, if you evaluate the following, 261For example, if you evaluate the following,
262 262
263(robin-define-package \"test\" \"Uppercase input characters\" 263\(robin-define-package \"test\" \"Uppercase input characters\"
264 (\"a\" \"A\") 264 (\"a\" \"A\")
265 (\"ab\" \"AB\") 265 (\"ab\" \"AB\")
266 (\"ac\" \"AC\") 266 (\"ac\" \"AC\")
@@ -567,9 +567,9 @@ used."
567 567
568(provide 'robin) 568(provide 'robin)
569 569
570;;; Local Variables: 570;; Local Variables:
571;;; coding: utf-8-emacs 571;; coding: utf-8-emacs
572;;; End: 572;; End:
573 573
574;; arch-tag: ba995140-7436-4a57-b875-747fc340f605 574;; arch-tag: ba995140-7436-4a57-b875-747fc340f605
575;;; robin.el ends here 575;;; robin.el ends here
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index 82a994fcbbe..452e8e31de9 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -4489,12 +4489,12 @@ EVENT is the mouse event."
4489 4489
4490(provide 'ebrowse) 4490(provide 'ebrowse)
4491 4491
4492;;; Local variables: 4492;; Local variables:
4493;;; eval:(put 'ebrowse-output 'lisp-indent-hook 0) 4493;; eval:(put 'ebrowse-output 'lisp-indent-hook 0)
4494;;; eval:(put 'ebrowse-ignoring-completion-case 'lisp-indent-hook 0) 4494;; eval:(put 'ebrowse-ignoring-completion-case 'lisp-indent-hook 0)
4495;;; eval:(put 'ebrowse-save-selective 'lisp-indent-hook 0) 4495;; eval:(put 'ebrowse-save-selective 'lisp-indent-hook 0)
4496;;; eval:(put 'ebrowse-for-all-trees 'lisp-indent-hook 1) 4496;; eval:(put 'ebrowse-for-all-trees 'lisp-indent-hook 1)
4497;;; End: 4497;; End:
4498 4498
4499;; arch-tag: 4fa3c8bf-1771-479b-bcd7-b029c7c9677b 4499;; arch-tag: 4fa3c8bf-1771-479b-bcd7-b029c7c9677b
4500;;; ebrowse.el ends here 4500;;; ebrowse.el ends here