Remove trailing whitespace
Ignore-this: 89ea7ff25320e70fb51524e9a5673f darcs-hash:20120301014322-33bd9-eab207fe4cf1799e666045d16ae68dddd8602e6b
This commit is contained in:
parent
6a5693772f
commit
63b7f5df6e
|
@ -770,7 +770,7 @@ defaults to 0."
|
||||||
;; Find the longest package name
|
;; Find the longest package name
|
||||||
(mapc
|
(mapc
|
||||||
(lambda (package)
|
(lambda (package)
|
||||||
(setq max-name-length
|
(setq max-name-length
|
||||||
(max max-name-length (length (car package)))))
|
(max max-name-length (length (car package)))))
|
||||||
packages)
|
packages)
|
||||||
;; Minimal size of the name entry shall be 16 characters
|
;; Minimal size of the name entry shall be 16 characters
|
||||||
|
|
Loading…
Reference in New Issue