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
5d3d1e3209
commit
3afbc435ac
60 changed files with 224 additions and 96 deletions
|
|
@ -29,6 +29,10 @@
|
|||
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
;; Boston, MA 02111-1307, USA.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile
|
||||
(let ((load-path
|
||||
(if (and (boundp 'byte-compile-dest-file)
|
||||
|
|
@ -411,4 +415,5 @@ Example:
|
|||
|
||||
|
||||
(cc-provide 'cc-menus)
|
||||
|
||||
;;; cc-menus.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue