mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Some fixes to follow coding conventions.
This commit is contained in:
parent
4cba8c0bdc
commit
e8af40eed4
147 changed files with 455 additions and 323 deletions
|
|
@ -21,7 +21,10 @@
|
|||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
;; Boston, MA 02111-1307, USA.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defgroup pp nil
|
||||
"Pretty printer for Emacs Lisp."
|
||||
:prefix "pp-"
|
||||
|
|
@ -162,4 +165,4 @@ Ignores leading comment characters."
|
|||
|
||||
(provide 'pp) ; so (require 'pp) works
|
||||
|
||||
;;; pp.el ends here.
|
||||
;;; pp.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue